COLOR #566A7F

HEX: #566A7F
RGB: (86,106,127)

Color info

#566A7F contains red, green and blue colors in about the same proportion. Web safe color of #566A7F is #666666 (or #666).

RGB color model

#566A7F color RGB value is (86,106,127).

  • red value is 86;
  • green value is 106;
  • blue value is 127.
RGB:
(86,106,127)
(34%,42%,50%)

RGB channels and saturation

R 86 of 255 = 34%
G 106 of 255 = 42%
B 127 of 255 = 50%

86
106
127

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

Portions of RGB colors in percentages

R + G + B =
86 + 106 + 127 = 319 (100%)
R 86 of 319 ~ 26.96%
G 106 of 319 ~ 33.23%
B 127 of 319 ~ 39.81%

%26.96
%33.23
%39.81

CMYK color model

#566A7F color CMYK value is (32,17,0,50).

  • cyan value is 32.28%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(32,17,0,50)
C32M17Y0K50 
(32%,17%,0%,50%)
(0.32/0.17/0.00/0.50)	

CMYK percentages

%32.28
%16.54
%0
%50.2

Codes

Color #566A7F in popluar color models

566A7F
RGB86106127
HSL211°19.25%41.76%
HSB/HSV211°32.28%49.80%
CMYK32.28%16.54%0.00%
50.20%

Color #566A7F in popluar number systems.

HEX566A7F
Decimal86106127
Binary101011011010101111111
Octal126152177

Shades and tints

Shades of #566A7F

#566A7F
(86,106,127)
#4F6174
(79,97,116)
#485869
(72,88,105)
#414F5E
(65,79,94)
#3A4653
(58,70,83)
#333D48
(51,61,72)
#2C343D
(44,52,61)
#252B32
(37,43,50)
#1E2227
(30,34,39)
#17191C
(23,25,28)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #566A7F

#566A7F
(86,106,127)
#65778A
(101,119,138)
#748495
(116,132,149)
#8391A0
(131,145,160)
#929EAB
(146,158,171)
#A1ABB6
(161,171,182)
#B0B8C1
(176,184,193)
#BFC5CC
(191,197,204)
#CED2D7
(206,210,215)
#DDDFE2
(221,223,226)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566A7F color. Also use rgb(86,106,127) instead hex code.

Text Font Color

.myTextColor { color: #566A7F; }

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

This text font color is #566A7F.


Background Color

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

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

This div background color is #566A7F.


Border color

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

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

This div border color is #566A7F.


Opacity

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

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

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

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

This text has shadow with #566A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566A7F on black background.


Color preview on white background

This text has color #566A7F on white background.



Black color preview on #566A7F background

This text has black color on #566A7F background.


White color preview on #566A7F background

This text has white color on #566A7F background.