COLOR #566F8A

HEX: #566F8A
RGB: (86,111,138)

Color info

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

RGB color model

#566F8A color RGB value is (86,111,138).

  • red value is 86;
  • green value is 111;
  • blue value is 138.
RGB:
(86,111,138)
(34%,44%,54%)

RGB channels and saturation

R 86 of 255 = 34%
G 111 of 255 = 44%
B 138 of 255 = 54%

86
111
138

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

Portions of RGB colors in percentages

R + G + B =
86 + 111 + 138 = 335 (100%)
R 86 of 335 ~ 25.67%
G 111 of 335 ~ 33.13%
B 138 of 335 ~ 41.19%

%25.67
%33.13
%41.19

CMYK color model

#566F8A color CMYK value is (38,20,0,46).

  • cyan value is 37.68%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(38,20,0,46)
C38M20Y0K46 
(38%,20%,0%,46%)
(0.38/0.20/0.00/0.46)	

CMYK percentages

%37.68
%19.57
%0
%45.88

Codes

Color #566F8A in popluar color models

566F8A
RGB86111138
HSL211°23.21%43.92%
HSB/HSV211°37.68%54.12%
CMYK37.68%19.57%0.00%
45.88%

Color #566F8A in popluar number systems.

HEX566F8A
Decimal86111138
Binary1010110110111110001010
Octal126157212

Shades and tints

Shades of #566F8A

#566F8A
(86,111,138)
#4F657E
(79,101,126)
#485B72
(72,91,114)
#415166
(65,81,102)
#3A475A
(58,71,90)
#333D4E
(51,61,78)
#2C3342
(44,51,66)
#252936
(37,41,54)
#1E1F2A
(30,31,42)
#17151E
(23,21,30)
#100B12
(16,11,18)
#000000
(0,0,0)

Tints of #566F8A

#566F8A
(86,111,138)
#657C94
(101,124,148)
#74899E
(116,137,158)
#8396A8
(131,150,168)
#92A3B2
(146,163,178)
#A1B0BC
(161,176,188)
#B0BDC6
(176,189,198)
#BFCAD0
(191,202,208)
#CED7DA
(206,215,218)
#DDE4E4
(221,228,228)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566F8A color. Also use rgb(86,111,138) instead hex code.

Text Font Color

.myTextColor { color: #566F8A; }

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

This text font color is #566F8A.


Background Color

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

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

This div background color is #566F8A.


Border color

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

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

This div border color is #566F8A.


Opacity

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

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

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

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

This text has shadow with #566F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566F8A on black background.


Color preview on white background

This text has color #566F8A on white background.



Black color preview on #566F8A background

This text has black color on #566F8A background.


White color preview on #566F8A background

This text has white color on #566F8A background.