COLOR #566D6B

HEX: #566D6B RGB: (86,109,107)

Color info

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

RGB color model

#566D6B color RGB value is (86,109,107).

RGB: (86,109,107) (34%, 43%, 42%)

RGB channels and saturation

R 86 of 255 = 34%
G 109 of 255 = 43%
B 107 of 255 = 42%

86
109
107

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

Portions of RGB colors in percentages

R + G + B = 86 + 109 + 107 = 302 (100%)
R 86 of 302 ~ 28.48%
G 109 of 302 ~ 36.09%
B 107 of 302 ~ 35.43'%

%28.48
%36.09
%35.43

CMYK color model

#566D6B color CMYK value is (21,0,2,57).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK: (21,0,2,57) C21M0Y2K57 (21%,0%,2%,57%) (0.21/0.00/0.02/0.57) 

CMYK percentages

%21.1
%0
%1.83
%57.25

Codes

Color #566D6B in popluar color models

56 6D 6B
RGB 86 109 107
HSL 175° 11.79% 38.24%
HSB/HSV 175° 21.10% 42.75%
CMYK 21.10% 0.00% 1.83%
57.25%

Color #566D6B in popluar number systems.

HEX 56 6D 6B
Decimal 86 109 107
Binary 1010110 1101101 1101011
Octal 126 155 153

Shades and tints

Shades of #566D6B

#566D6B
(86,109,107)
#4F6462
(79,100,98)
#485B59
(72,91,89)
#415250
(65,82,80)
#3A4947
(58,73,71)
#33403E
(51,64,62)
#2C3735
(44,55,53)
#252E2C
(37,46,44)
#1E2523
(30,37,35)
#171C1A
(23,28,26)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #566D6B

#566D6B
(86,109,107)
#657A78
(101,122,120)
#748785
(116,135,133)
#839492
(131,148,146)
#92A19F
(146,161,159)
#A1AEAC
(161,174,172)
#B0BBB9
(176,187,185)
#BFC8C6
(191,200,198)
#CED5D3
(206,213,211)
#DDE2E0
(221,226,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566D6B; }

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

This text font color is #566D6B.

Background Color

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

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

This div background color is #566D6B.

Border color

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

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

This div border color is #566D6B.

Opacity

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

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

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

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

This text has shadow with #566D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #566D6B.

Preview

Color preview on black background

This text has color #566D6B on black background.


Color preview on white background

This text has color #566D6B on white background.


Black color preview on #566D6B background

This text has black color on #566D6B background.


White color preview on #566D6B background

This text has white color on #566D6B background.


Related colors

Complementary color

Complementary color for #hex is #A99294.


I love getcolorcode.com

Triadic colors

1 #6B566D and #6D6B56 with #566D6B are triadic colors.

2 #6B6D56 and #6D566B with #566D6B are triadic colors.