COLOR #566DCF

HEX: #566DCF
RGB: (86,109,207)

Color info

#566DCF contains mainly blue color. Web safe color of #566DCF is #6666CC (or #66C).

RGB color model

#566DCF color RGB value is (86,109,207).

  • red value is 86;
  • green value is 109;
  • blue value is 207.
RGB:
(86,109,207)
(34%,43%,81%)

RGB channels and saturation

R 86 of 255 = 34%
G 109 of 255 = 43%
B 207 of 255 = 81%

86
109
207

R + G + B ~ 53%. #566DCF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 109 + 207 = 402 (100%)
R 86 of 402 ~ 21.39%
G 109 of 402 ~ 27.11%
B 207 of 402 ~ 51.49%

%21.39
%27.11
%51.49

CMYK color model

#566DCF color CMYK value is (58,47,0,19).

  • cyan value is 58.45%
  • magenta value is 47.34%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(58,47,0,19)
C58M47Y0K19 
(58%,47%,0%,19%)
(0.58/0.47/0.00/0.19)	

CMYK percentages

%58.45
%47.34
%0
%18.82

Codes

Color #566DCF in popluar color models

566DCF
RGB86109207
HSL229°55.76%57.45%
HSB/HSV229°58.45%81.18%
CMYK58.45%47.34%0.00%
18.82%

Color #566DCF in popluar number systems.

HEX566DCF
Decimal86109207
Binary1010110110110111001111
Octal126155317

Shades and tints

Shades of #566DCF

#566DCF
(86,109,207)
#4F64BD
(79,100,189)
#485BAB
(72,91,171)
#415299
(65,82,153)
#3A4987
(58,73,135)
#334075
(51,64,117)
#2C3763
(44,55,99)
#252E51
(37,46,81)
#1E253F
(30,37,63)
#171C2D
(23,28,45)
#10131B
(16,19,27)
#000000
(0,0,0)

Tints of #566DCF

#566DCF
(86,109,207)
#657AD3
(101,122,211)
#7487D7
(116,135,215)
#8394DB
(131,148,219)
#92A1DF
(146,161,223)
#A1AEE3
(161,174,227)
#B0BBE7
(176,187,231)
#BFC8EB
(191,200,235)
#CED5EF
(206,213,239)
#DDE2F3
(221,226,243)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566DCF color. Also use rgb(86,109,207) instead hex code.

Text Font Color

.myTextColor { color: #566DCF; }

<p style="color:#566DCF">This sample text font color is #566DCF.</p>

This text font color is #566DCF.


Background Color

.myBgColor { background-color: #566DCF; }

<div style="background-color:#566DCF">Inner text</div>

This div background color is #566DCF.


Border color

.myBorderColor { border: 1px solid #566DCF; }

<div style="border:3px solid #566DCF">Div</div>

This div border color is #566DCF.


Opacity

.myOpacity80 { color: #566DCF; opacity: 0.8; }

<p style="color:#566DCF;opacity:0.8;">80%</p>

Text with #566DCF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #566DCF;}

<p style="text-shadow: 3px 3px 1px #566DCF">Text here.</p>

This text has shadow with #566DCF color.

.textShadow {text-shadow: 3px 3px 1px #566DCF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #566DCF, 5px 5px 20px red">Text here.</p>

This text has shadow with #566DCF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#566DCF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#566DCF, Direction=45, Strength=4)">Text</p>

This text has shadow with #566DCF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #566DCF;
  -webkit-box-shadow:	1px 1px 3px 2px #566DCF;
  box-shadow:		1px 1px 3px 2px #566DCF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #566DCF;
-webkit-box-shadow: 1px 1px 3px 2px #566DCF;
box-shadow:1px 1px 3px 2px #566DCF;">
Div content here</div>
This div box has shadow with color #566DCF.

Preview

Color preview on black background

This text has color #566DCF on black background.


Color preview on white background

This text has color #566DCF on white background.



Black color preview on #566DCF background

This text has black color on #566DCF background.


White color preview on #566DCF background

This text has white color on #566DCF background.