COLOR #566866

HEX: #566866
RGB: (86,104,102)

Color info

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

RGB color model

#566866 color RGB value is (86,104,102).

  • red value is 86;
  • green value is 104;
  • blue value is 102.
RGB:
(86,104,102)
(34%,41%,40%)

RGB channels and saturation

R 86 of 255 = 34%
G 104 of 255 = 41%
B 102 of 255 = 40%

86
104
102

R + G + B ~ 38%. #566866 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 104 + 102 = 292 (100%)
R 86 of 292 ~ 29.45%
G 104 of 292 ~ 35.62%
B 102 of 292 ~ 34.93%

%29.45
%35.62
%34.93

CMYK color model

#566866 color CMYK value is (17,0,2,59).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 59.22%
CMYK:
(17,0,2,59)
C17M0Y2K59 
(17%,0%,2%,59%)
(0.17/0.00/0.02/0.59)	

CMYK percentages

%17.31
%0
%1.92
%59.22

Codes

Color #566866 in popluar color models

566866
RGB86104102
HSL173°9.47%37.25%
HSB/HSV173°17.31%40.78%
CMYK17.31%0.00%1.92%
59.22%

Color #566866 in popluar number systems.

HEX566866
Decimal86104102
Binary101011011010001100110
Octal126150146

Shades and tints

Shades of #566866

#566866
(86,104,102)
#4F5F5D
(79,95,93)
#485654
(72,86,84)
#414D4B
(65,77,75)
#3A4442
(58,68,66)
#333B39
(51,59,57)
#2C3230
(44,50,48)
#252927
(37,41,39)
#1E201E
(30,32,30)
#171715
(23,23,21)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #566866

#566866
(86,104,102)
#657573
(101,117,115)
#748280
(116,130,128)
#838F8D
(131,143,141)
#929C9A
(146,156,154)
#A1A9A7
(161,169,167)
#B0B6B4
(176,182,180)
#BFC3C1
(191,195,193)
#CED0CE
(206,208,206)
#DDDDDB
(221,221,219)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566866 color. Also use rgb(86,104,102) instead hex code.

Text Font Color

.myTextColor { color: #566866; }

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

This text font color is #566866.


Background Color

.myBgColor { background-color: #566866; }

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

This div background color is #566866.


Border color

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

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

This div border color is #566866.


Opacity

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

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

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

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

This text has shadow with #566866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566866 on black background.


Color preview on white background

This text has color #566866 on white background.



Black color preview on #566866 background

This text has black color on #566866 background.


White color preview on #566866 background

This text has white color on #566866 background.