COLOR #566177

HEX: #566177
RGB: (86,97,119)

Color info

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

RGB color model

#566177 color RGB value is (86,97,119).

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

RGB channels and saturation

R 86 of 255 = 34%
G 97 of 255 = 38%
B 119 of 255 = 47%

86
97
119

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

Portions of RGB colors in percentages

R + G + B =
86 + 97 + 119 = 302 (100%)
R 86 of 302 ~ 28.48%
G 97 of 302 ~ 32.12%
B 119 of 302 ~ 39.4%

%28.48
%32.12
%39.4

CMYK color model

#566177 color CMYK value is (28,18,0,53).

  • cyan value is 27.73%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(28,18,0,53)
C28M18Y0K53 
(28%,18%,0%,53%)
(0.28/0.18/0.00/0.53)	

CMYK percentages

%27.73
%18.49
%0
%53.33

Codes

Color #566177 in popluar color models

566177
RGB8697119
HSL220°16.10%40.20%
HSB/HSV220°27.73%46.67%
CMYK27.73%18.49%0.00%
53.33%

Color #566177 in popluar number systems.

HEX566177
Decimal8697119
Binary101011011000011110111
Octal126141167

Shades and tints

Shades of #566177

#566177
(86,97,119)
#4F596D
(79,89,109)
#485163
(72,81,99)
#414959
(65,73,89)
#3A414F
(58,65,79)
#333945
(51,57,69)
#2C313B
(44,49,59)
#252931
(37,41,49)
#1E2127
(30,33,39)
#17191D
(23,25,29)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #566177

#566177
(86,97,119)
#656F83
(101,111,131)
#747D8F
(116,125,143)
#838B9B
(131,139,155)
#9299A7
(146,153,167)
#A1A7B3
(161,167,179)
#B0B5BF
(176,181,191)
#BFC3CB
(191,195,203)
#CED1D7
(206,209,215)
#DDDFE3
(221,223,227)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566177; }

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

This text font color is #566177.


Background Color

.myBgColor { background-color: #566177; }

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

This div background color is #566177.


Border color

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

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

This div border color is #566177.


Opacity

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

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

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

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

This text has shadow with #566177 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566177 on black background.


Color preview on white background

This text has color #566177 on white background.



Black color preview on #566177 background

This text has black color on #566177 background.


White color preview on #566177 background

This text has white color on #566177 background.