Skip to main content Skip to docs navigation

#565fcd hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Borage Blue and its hex is #5566CC Nearest Color Name

Color Hue/Base color: Blue

Hex #565fcd Color code in RGB color code model is created after adding 33.73% red color, 37.25% green color and 80.39% blue color. Hex #565fcd Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 54% magenta, 0% yellow and 19.61% black.

Hex #565fcd color code is between #5566cc web safe hex color code and #6655dd web safe hex color code. #5566cc is the nearest web safe color code. You can see here many more shades of #565fcd color code.

RGB Chart

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

Color Table

Hex Color Code 565fcd #565fcd
RGB Decimal 86, 95, 205 86, 95, 205
RGB Percent 34%, 37%, 80% rgb(34%, 37%, 80%)
CSS RGBa 86, 95, 205,1 rgba(86,95,205,1)
CMYK Model cmyk(58%,54%,0%,19.61%)
HSL Color Space 235,54% ,57% hsl(235,54% ,57%)
HSV Color Space 235°, 58%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010110 01011111 11001101
Octal 126 137 315
Decimal 86 95 205
Hex 56 5f cd

Different shades of #565fcd color code.

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

Darkest of #565fcd
#20256a
Darker of #565fcd
#2b3392
Dark of #565fcd
#3741b9
Base of #565fcd
#565fcd
Light of #565fcd
#7d84d9
Lighter
#a5aae4
Lightest
#cccff0

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

#565fcd
#cdc456

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

Split Complementary

#565fcd
#cd8856
#9bcd56

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

Analogous Color

#56a4cd
#5691cd
#565fcd
#7556cd
#a656cd

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

#565fcd
#5fcd56
#cd565f

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

#565fcd
#cd565f
#cdc456
#56cdc4

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

Square Color

#565fcd
#cd569b
#cdc456
#56cd88

Square 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).

Monochromatic Color with #565fcd

#141743
#20256a
#2b3392
#3741b9
#565fcd
#7d84d9
#a5aae4
#cccff0
#f3f4fc

Tints of #565fcd Color

#565fcd
#6870d2
#7b82d8
#8e94dd
#a1a6e3
#b3b7e8
#c6c9ee
#d9dbf3
#ecedf9
#ffffff

Shades of #565fcd color code

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

#565fcd
#4c54b6
#42499f
#393f88
#2f3471
#262a5b
#1c1f44
#13152d
#090a16
#000000

Tones

#565fcd
#6c72b7
#8284a1
#929292
#929292

Tones

Similar Color like #565fcd color

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

#5760ce
#5861cf
#5962d0
#5a63d1
#5b64d2
#5c65d3
#5d66d4
#5e67d5
#5f68d6
#6069d7
#616ad8
#626bd9
#636cda
#646ddb
#555ecc
#545dcb
#535cca
#525bc9
#515ac8
#5059c7
#4f58c6
#4e57c5
#4d56c4
#4c55c3
#4b54c2
#4a53c1
#4952c0
#4851bf

Download this Dark Blue

Hex #565fcd 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.

#565fcd Color Code Preview on Black Background Color

This is how #565fcd Color will look on black background color. Color contrast ratio is 3.91

#565fcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #565fcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #565fcd

#565fcd color code is use for CSS Background Color

Background color for the above div is #565fcd

HTML with inline CSS

<div style="background-color:#565fcd;"></div>

#565fcd color code is use for CSS Border Color

CSS Border color for the above div is #565fcd

HTML with inline CSS

<div style="border:5px solid #565fcd;"></div>

CSS Border Left color for the above div is #565fcd

HTML with inline CSS

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

CSS Border Right color for the above div is #565fcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #565fcd

HTML with inline CSS

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

CSS Border Top color for the above div is #565fcd

HTML with inline CSS

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

#565fcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#565fcd Color code Preview on White Background

This is how #565fcd Color code will look on white background color. Color contrast ratio is 5.37

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 #565fcd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #565fcd; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(86,95,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,196,86,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(86,95,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }