COLOR #566666

HEX: #566666
RGB: (86,102,102)

Color info

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

RGB color model

#566666 color RGB value is (86,102,102).

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

RGB channels and saturation

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

86
102
102

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

Portions of RGB colors in percentages

R + G + B =
86 + 102 + 102 = 290 (100%)
R 86 of 290 ~ 29.66%
G 102 of 290 ~ 35.17%
B 102 of 290 ~ 35.17%

%29.66
%35.17
%35.17

CMYK color model

#566666 color CMYK value is (16,0,0,60).

  • cyan value is 15.69%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(16,0,0,60)
C16M0Y0K60 
(16%,0%,0%,60%)
(0.16/0.00/0.00/0.60)	

CMYK percentages

%15.69
%0
%0
%60

Codes

Color #566666 in popluar color models

566666
RGB86102102
HSL180°8.51%36.86%
HSB/HSV180°15.69%40.00%
CMYK15.69%0.00%0.00%
60.00%

Color #566666 in popluar number systems.

HEX566666
Decimal86102102
Binary101011011001101100110
Octal126146146

Shades and tints

Shades of #566666

#566666
(86,102,102)
#4F5D5D
(79,93,93)
#485454
(72,84,84)
#414B4B
(65,75,75)
#3A4242
(58,66,66)
#333939
(51,57,57)
#2C3030
(44,48,48)
#252727
(37,39,39)
#1E1E1E
(30,30,30)
#171515
(23,21,21)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #566666

#566666
(86,102,102)
#657373
(101,115,115)
#748080
(116,128,128)
#838D8D
(131,141,141)
#929A9A
(146,154,154)
#A1A7A7
(161,167,167)
#B0B4B4
(176,180,180)
#BFC1C1
(191,193,193)
#CECECE
(206,206,206)
#DDDBDB
(221,219,219)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566666; }

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

This text font color is #566666.


Background Color

.myBgColor { background-color: #566666; }

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

This div background color is #566666.


Border color

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

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

This div border color is #566666.


Opacity

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

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

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

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

This text has shadow with #566666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566666 on black background.


Color preview on white background

This text has color #566666 on white background.



Black color preview on #566666 background

This text has black color on #566666 background.


White color preview on #566666 background

This text has white color on #566666 background.