COLOR #566977

HEX: #566977
RGB: (86,105,119)

Color info

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

RGB color model

#566977 color RGB value is (86,105,119).

  • red value is 86;
  • green value is 105;
  • blue value is 119.
RGB:
(86,105,119)
(34%,41%,47%)

RGB channels and saturation

R 86 of 255 = 34%
G 105 of 255 = 41%
B 119 of 255 = 47%

86
105
119

R + G + B ~ 41%. #566977 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
86 + 105 + 119 = 310 (100%)
R 86 of 310 ~ 27.74%
G 105 of 310 ~ 33.87%
B 119 of 310 ~ 38.39%

%27.74
%33.87
%38.39

CMYK color model

#566977 color CMYK value is (28,12,0,53).

  • cyan value is 27.73%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(28,12,0,53)
C28M12Y0K53 
(28%,12%,0%,53%)
(0.28/0.12/0.00/0.53)	

CMYK percentages

%27.73
%11.76
%0
%53.33

Codes

Color #566977 in popluar color models

566977
RGB86105119
HSL205°16.10%40.20%
HSB/HSV205°27.73%46.67%
CMYK27.73%11.76%0.00%
53.33%

Color #566977 in popluar number systems.

HEX566977
Decimal86105119
Binary101011011010011110111
Octal126151167

Shades and tints

Shades of #566977

#566977
(86,105,119)
#4F606D
(79,96,109)
#485763
(72,87,99)
#414E59
(65,78,89)
#3A454F
(58,69,79)
#333C45
(51,60,69)
#2C333B
(44,51,59)
#252A31
(37,42,49)
#1E2127
(30,33,39)
#17181D
(23,24,29)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #566977

#566977
(86,105,119)
#657683
(101,118,131)
#74838F
(116,131,143)
#83909B
(131,144,155)
#929DA7
(146,157,167)
#A1AAB3
(161,170,179)
#B0B7BF
(176,183,191)
#BFC4CB
(191,196,203)
#CED1D7
(206,209,215)
#DDDEE3
(221,222,227)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566977 color. Also use rgb(86,105,119) instead hex code.

Text Font Color

.myTextColor { color: #566977; }

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

This text font color is #566977.


Background Color

.myBgColor { background-color: #566977; }

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

This div background color is #566977.


Border color

.myBorderColor { border: 1px solid #566977; }

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

This div border color is #566977.


Opacity

.myOpacity80 { color: #566977; opacity: 0.8; }

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

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

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

This text has shadow with #566977 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566977 on black background.


Color preview on white background

This text has color #566977 on white background.



Black color preview on #566977 background

This text has black color on #566977 background.


White color preview on #566977 background

This text has white color on #566977 background.