COLOR #566D6D

HEX: #566D6D RGB: (86,109,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

86
109
109

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

Portions of RGB colors in percentages

R + G + B = 86 + 109 + 109 = 304 (100%)
R 86 of 304 ~ 28.29%
G 109 of 304 ~ 35.86%
B 109 of 304 ~ 35.86'%

%28.29
%35.86
%35.86

CMYK color model

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

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (21,0,0,57)
C21M0Y0K57 (21%, 0%, 0%, 57%)
(0.21 / 0.00 / 0.00 / 0.57)

CMYK percentages

%21.1
%0
%0
%57.25

Codes

Color #566D6D in popluar color models

56 6D 6D
RGB 86 109 109
HSL 180° 11.79% 38.24%
HSB/HSV 180° 21.10% 42.75%
CMYK 21.10% 0.00% 0.00%
57.25%

Color #566D6D in popluar number systems.

HEX 56 6D 6D
Decimal 86 109 109
Binary 1010110 1101101 1101101
Octal 126 155 155

Shades and tints

Shades of #566D6D

#566D6D
(86,109,109)
#4F6464
(79,100,100)
#485B5B
(72,91,91)
#415252
(65,82,82)
#3A4949
(58,73,73)
#334040
(51,64,64)
#2C3737
(44,55,55)
#252E2E
(37,46,46)
#1E2525
(30,37,37)
#171C1C
(23,28,28)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #566D6D

#566D6D
(86,109,109)
#657A7A
(101,122,122)
#748787
(116,135,135)
#839494
(131,148,148)
#92A1A1
(146,161,161)
#A1AEAE
(161,174,174)
#B0BBBB
(176,187,187)
#BFC8C8
(191,200,200)
#CED5D5
(206,213,213)
#DDE2E2
(221,226,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566D6D; }

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

This text font color is #566D6D.

Background Color

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

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

This div background color is #566D6D.

Border color

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

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

This div border color is #566D6D.

Opacity

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

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

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

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

This text has shadow with #566D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #566D6D.

Preview

Color preview on black background

This text has color #566D6D on black background.


Color preview on white background

This text has color #566D6D on white background.


Black color preview on #566D6D background

This text has black color on #566D6D background.


White color preview on #566D6D background

This text has white color on #566D6D background.


Related colors

Complementary color

Complementary color for #hex is #A99292.


I love getcolorcode.com