COLOR #566C8E

HEX: #566C8E
RGB: (86,108,142)

Color info

#566C8E contains red, green and blue colors in about the same proportion. Web safe color of #566C8E is #666699 (or #669).

RGB color model

#566C8E color RGB value is (86,108,142).

  • red value is 86;
  • green value is 108;
  • blue value is 142.
RGB:
(86,108,142)
(34%,42%,56%)

RGB channels and saturation

R 86 of 255 = 34%
G 108 of 255 = 42%
B 142 of 255 = 56%

86
108
142

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

Portions of RGB colors in percentages

R + G + B =
86 + 108 + 142 = 336 (100%)
R 86 of 336 ~ 25.6%
G 108 of 336 ~ 32.14%
B 142 of 336 ~ 42.26%

%25.6
%32.14
%42.26

CMYK color model

#566C8E color CMYK value is (39,24,0,44).

  • cyan value is 39.44%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(39,24,0,44)
C39M24Y0K44 
(39%,24%,0%,44%)
(0.39/0.24/0.00/0.44)	

CMYK percentages

%39.44
%23.94
%0
%44.31

Codes

Color #566C8E in popluar color models

566C8E
RGB86108142
HSL216°24.56%44.71%
HSB/HSV216°39.44%55.69%
CMYK39.44%23.94%0.00%
44.31%

Color #566C8E in popluar number systems.

HEX566C8E
Decimal86108142
Binary1010110110110010001110
Octal126154216

Shades and tints

Shades of #566C8E

#566C8E
(86,108,142)
#4F6382
(79,99,130)
#485A76
(72,90,118)
#41516A
(65,81,106)
#3A485E
(58,72,94)
#333F52
(51,63,82)
#2C3646
(44,54,70)
#252D3A
(37,45,58)
#1E242E
(30,36,46)
#171B22
(23,27,34)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #566C8E

#566C8E
(86,108,142)
#657998
(101,121,152)
#7486A2
(116,134,162)
#8393AC
(131,147,172)
#92A0B6
(146,160,182)
#A1ADC0
(161,173,192)
#B0BACA
(176,186,202)
#BFC7D4
(191,199,212)
#CED4DE
(206,212,222)
#DDE1E8
(221,225,232)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566C8E color. Also use rgb(86,108,142) instead hex code.

Text Font Color

.myTextColor { color: #566C8E; }

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

This text font color is #566C8E.


Background Color

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

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

This div background color is #566C8E.


Border color

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

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

This div border color is #566C8E.


Opacity

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

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

Text with #566C8E 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 #566C8E;}

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

This text has shadow with #566C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566C8E on black background.


Color preview on white background

This text has color #566C8E on white background.



Black color preview on #566C8E background

This text has black color on #566C8E background.


White color preview on #566C8E background

This text has white color on #566C8E background.