COLOR #566B70

HEX: #566B70
RGB: (86,107,112)

Color info

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

RGB color model

#566B70 color RGB value is (86,107,112).

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

RGB channels and saturation

R 86 of 255 = 34%
G 107 of 255 = 42%
B 112 of 255 = 44%

86
107
112

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

Portions of RGB colors in percentages

R + G + B =
86 + 107 + 112 = 305 (100%)
R 86 of 305 ~ 28.2%
G 107 of 305 ~ 35.08%
B 112 of 305 ~ 36.72%

%28.2
%35.08
%36.72

CMYK color model

#566B70 color CMYK value is (23,4,0,56).

  • cyan value is 23.21%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(23,4,0,56)
C23M4Y0K56 
(23%,4%,0%,56%)
(0.23/0.04/0.00/0.56)	

CMYK percentages

%23.21
%4.46
%0
%56.08

Codes

Color #566B70 in popluar color models

566B70
RGB86107112
HSL192°13.13%38.82%
HSB/HSV192°23.21%43.92%
CMYK23.21%4.46%0.00%
56.08%

Color #566B70 in popluar number systems.

HEX566B70
Decimal86107112
Binary101011011010111110000
Octal126153160

Shades and tints

Shades of #566B70

#566B70
(86,107,112)
#4F6266
(79,98,102)
#48595C
(72,89,92)
#415052
(65,80,82)
#3A4748
(58,71,72)
#333E3E
(51,62,62)
#2C3534
(44,53,52)
#252C2A
(37,44,42)
#1E2320
(30,35,32)
#171A16
(23,26,22)
#10110C
(16,17,12)
#000000
(0,0,0)

Tints of #566B70

#566B70
(86,107,112)
#65787D
(101,120,125)
#74858A
(116,133,138)
#839297
(131,146,151)
#929FA4
(146,159,164)
#A1ACB1
(161,172,177)
#B0B9BE
(176,185,190)
#BFC6CB
(191,198,203)
#CED3D8
(206,211,216)
#DDE0E5
(221,224,229)
#ECEDF2
(236,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566B70; }

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

This text font color is #566B70.


Background Color

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

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

This div background color is #566B70.


Border color

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

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

This div border color is #566B70.


Opacity

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

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

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

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

This text has shadow with #566B70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566B70 on black background.


Color preview on white background

This text has color #566B70 on white background.



Black color preview on #566B70 background

This text has black color on #566B70 background.


White color preview on #566B70 background

This text has white color on #566B70 background.