COLOR #566C6B

HEX: #566C6B
RGB: (86,108,107)

Color info

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

RGB color model

#566C6B color RGB value is (86,108,107).

  • red value is 86;
  • green value is 108;
  • blue value is 107.
RGB:
(86,108,107)
(34%,42%,42%)

RGB channels and saturation

R 86 of 255 = 34%
G 108 of 255 = 42%
B 107 of 255 = 42%

86
108
107

R + G + B ~ 39%. #566C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 108 + 107 = 301 (100%)
R 86 of 301 ~ 28.57%
G 108 of 301 ~ 35.88%
B 107 of 301 ~ 35.55%

%28.57
%35.88
%35.55

CMYK color model

#566C6B color CMYK value is (20,0,1,58).

  • cyan value is 20.37%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 57.65%
CMYK:
(20,0,1,58)
C20M0Y1K58 
(20%,0%,1%,58%)
(0.20/0.00/0.01/0.58)	

CMYK percentages

%20.37
%0
%0.93
%57.65

Codes

Color #566C6B in popluar color models

566C6B
RGB86108107
HSL177°11.34%38.04%
HSB/HSV177°20.37%42.35%
CMYK20.37%0.00%0.93%
57.65%

Color #566C6B in popluar number systems.

HEX566C6B
Decimal86108107
Binary101011011011001101011
Octal126154153

Shades and tints

Shades of #566C6B

#566C6B
(86,108,107)
#4F6362
(79,99,98)
#485A59
(72,90,89)
#415150
(65,81,80)
#3A4847
(58,72,71)
#333F3E
(51,63,62)
#2C3635
(44,54,53)
#252D2C
(37,45,44)
#1E2423
(30,36,35)
#171B1A
(23,27,26)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #566C6B

#566C6B
(86,108,107)
#657978
(101,121,120)
#748685
(116,134,133)
#839392
(131,147,146)
#92A09F
(146,160,159)
#A1ADAC
(161,173,172)
#B0BAB9
(176,186,185)
#BFC7C6
(191,199,198)
#CED4D3
(206,212,211)
#DDE1E0
(221,225,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566C6B color. Also use rgb(86,108,107) instead hex code.

Text Font Color

.myTextColor { color: #566C6B; }

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

This text font color is #566C6B.


Background Color

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

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

This div background color is #566C6B.


Border color

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

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

This div border color is #566C6B.


Opacity

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

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

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

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

This text has shadow with #566C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566C6B on black background.


Color preview on white background

This text has color #566C6B on white background.



Black color preview on #566C6B background

This text has black color on #566C6B background.


White color preview on #566C6B background

This text has white color on #566C6B background.