crispedge.com

Color picker

Loading...

#5465cb hex color - Blue - Cool color - Information

#5465cb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5465cb Color code in RGB color code model is created after adding 32.94% red color, 39.61% green color and 79.61% blue color. Hex #5465cb Color code in CMYK color (process color) code model is generated after subtraction of 59% cyan, 50% magenta, 0% yellow and 20% black.

Hex #5465cb color code is between #5566cc web safe hex color code and #4455bb web safe hex color code. #5566cc is the nearest web safe color code. You can see here many more shades of #5465cb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code5465cb#5465cb
RGB Decimal84, 101, 203rgb(84, 101, 203)
RGB Percent33%, 40%, 80%rgb(33%, 40%, 80%)
CSS RGBa84, 101, 203,1rgba(84,101,203,1)
CMYK Modelcmyk(59%,50%,0%,20%)
HSL Color Space231,53% ,56%hsl(231,53% ,56%)
HSV Color Space231°, 59%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101000110010111001011
Octal124145313
Decimal84101203
Hex5465cb

Different shades of #5465cb color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #5465cb
#7b88d7
Dark Shade of #5465cb
#3749b5
Saturated Shade of #5465cb
#495dd6
Desaturated Shade of #5465cb
#5f6dc0
Grey scale Shade of #5465cb
#8f8f8f
Brighten Shade
#6d7ee4
Most Readable Shade
#FFFFFF

Shades of #5465cb color code

Generate more color scales with scales (color stack) generator.

#5465cb
#4a59b4
#414e9d
#384387
#2e3870
#252c5a
#1c2143
#12162d
#090b16
#000000

Similar Color like #5465cb color

Find visually similar hex color codes nearing to #5465cb hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#5566cc
#5667cd
#5768ce
#5869cf
#596ad0
#5a6bd1
#5b6cd2
#5c6dd3
#5d6ed4
#5e6fd5
#5f70d6
#6071d7
#6172d8
#6273d9
#5364ca
#5263c9
#5162c8
#5061c7
#4f60c6
#4e5fc5
#4d5ec4
#4c5dc3
#4b5cc2
#4a5bc1
#495ac0
#4859bf
#4758be
#4657bd

Monochromatic Color with #5465cb

#5465cb
#667af5
#0e1021
#1f264b
#313b76
#4250a0

Tints of #5465cb Color

#5465cb
#6776d0
#7a87d6
#8d98dc
#a0a9e2
#b3bae7
#c6cbed
#d9dcf3
#ecedf9
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#5465cb
#cbba54

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#5465cb
#cb7f54
#a0cb54

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#5495cb
#547dcb
#5465cb
#5b54cb
#7354cb

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#5465cb
#cb5465
#65cb54

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#5465cb
#cb54a0
#cbba54
#54cb7e

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#5465cb
#cbba54
#a0cb54
#7f54cb

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #5465cb Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#5465cb Color Code Preview on Black Background Color

This is how #5465cb Color will look on black background color. Color contrast ratio is 4.10

#5465cb in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#5465cb">Your Example Paragraph content text in with font color #5465cb </p>

Your Example Paragraph content text in with font color #5465cb

HTML with inline CSS

<div style="color:#5465cb">Your Paragraph text in with font color #5465cb </div>

Your Example Paragraph content text in with font color #5465cb

#5465cb color code is use for CSS Background Color

Background color for the above div is #5465cb

HTML with inline CSS

<div style="background-color:#5465cb;"></div>

#5465cb color code is use for CSS Border Color

CSS Border color for the above div is #5465cb

HTML with inline CSS

<div style="border:5px solid #5465cb;"></div>

CSS Border Left color for the above div is #5465cb

HTML with inline CSS

<div style="border-left:5px solid #5465cb;"></div>

CSS Border Right color for the above div is #5465cb

HTML with inline CSS

<div style="border-right:5px solid #5465cb;"></div>

CSS Border Bottom color for the above div is #5465cb

HTML with inline CSS

<div style="border-bottom:5px solid #5465cb;"></div>

CSS Border Top color for the above div is #5465cb

HTML with inline CSS

<div style="border-top:5px solid #5465cb;"></div>

#5465cb hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#5465cb; } .examplecolorclass {color:#5465cb; } .examplebordercolor {border:3px solid #5465cb; }

#5465cb Color code Preview on White Background

This is how #5465cb Color code will look on white background color. Color contrast ratio is 5.12

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #5465cb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #5465cb; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(84,101,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,186,84,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(84,101,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.