COLOR #566A6F

HEX: #566A6F
RGB: (86,106,111)

Color info

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

RGB color model

#566A6F color RGB value is (86,106,111).

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

RGB channels and saturation

R 86 of 255 = 34%
G 106 of 255 = 42%
B 111 of 255 = 44%

86
106
111

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

Portions of RGB colors in percentages

R + G + B =
86 + 106 + 111 = 303 (100%)
R 86 of 303 ~ 28.38%
G 106 of 303 ~ 34.98%
B 111 of 303 ~ 36.63%

%28.38
%34.98
%36.63

CMYK color model

#566A6F color CMYK value is (23,5,0,56).

  • cyan value is 22.52%
  • magenta value is 4.50%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(23,5,0,56)
C23M5Y0K56 
(23%,5%,0%,56%)
(0.23/0.05/0.00/0.56)	

CMYK percentages

%22.52
%4.5
%0
%56.47

Codes

Color #566A6F in popluar color models

566A6F
RGB86106111
HSL192°12.69%38.63%
HSB/HSV192°22.52%43.53%
CMYK22.52%4.50%0.00%
56.47%

Color #566A6F in popluar number systems.

HEX566A6F
Decimal86106111
Binary101011011010101101111
Octal126152157

Shades and tints

Shades of #566A6F

#566A6F
(86,106,111)
#4F6165
(79,97,101)
#48585B
(72,88,91)
#414F51
(65,79,81)
#3A4647
(58,70,71)
#333D3D
(51,61,61)
#2C3433
(44,52,51)
#252B29
(37,43,41)
#1E221F
(30,34,31)
#171915
(23,25,21)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #566A6F

#566A6F
(86,106,111)
#65777C
(101,119,124)
#748489
(116,132,137)
#839196
(131,145,150)
#929EA3
(146,158,163)
#A1ABB0
(161,171,176)
#B0B8BD
(176,184,189)
#BFC5CA
(191,197,202)
#CED2D7
(206,210,215)
#DDDFE4
(221,223,228)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #566A6F color. Also use rgb(86,106,111) instead hex code.

Text Font Color

.myTextColor { color: #566A6F; }

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

This text font color is #566A6F.


Background Color

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

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

This div background color is #566A6F.


Border color

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

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

This div border color is #566A6F.


Opacity

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

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

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

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

This text has shadow with #566A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566A6F on black background.


Color preview on white background

This text has color #566A6F on white background.



Black color preview on #566A6F background

This text has black color on #566A6F background.


White color preview on #566A6F background

This text has white color on #566A6F background.