COLOR #566E6D

HEX: #566E6D RGB: (86,110,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

86
110
109

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

Portions of RGB colors in percentages

R + G + B = 86 + 110 + 109 = 305 (100%)
R 86 of 305 ~ 28.2%
G 110 of 305 ~ 36.07%
B 109 of 305 ~ 35.74'%

%28.2
%36.07
%35.74

CMYK color model

#566E6D color CMYK value is (22,0,1,57).

  • cyan value is 21.82%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 56.86%

CMYK: (22,0,1,57)
C22M0Y1K57 (22%, 0%, 1%, 57%)
(0.22 / 0.00 / 0.01 / 0.57)

CMYK percentages

%21.82
%0
%0.91
%56.86

Codes

Color #566E6D in popluar color models

56 6E 6D
RGB 86 110 109
HSL 178° 12.24% 38.43%
HSB/HSV 178° 21.82% 43.14%
CMYK 21.82% 0.00% 0.91%
56.86%

Color #566E6D in popluar number systems.

HEX 56 6E 6D
Decimal 86 110 109
Binary 1010110 1101110 1101101
Octal 126 156 155

Shades and tints

Shades of #566E6D

#566E6D
(86,110,109)
#4F6464
(79,100,100)
#485A5B
(72,90,91)
#415052
(65,80,82)
#3A4649
(58,70,73)
#333C40
(51,60,64)
#2C3237
(44,50,55)
#25282E
(37,40,46)
#1E1E25
(30,30,37)
#17141C
(23,20,28)
#100A13
(16,10,19)
#000000
(0,0,0)

Tints of #566E6D

#566E6D
(86,110,109)
#657B7A
(101,123,122)
#748887
(116,136,135)
#839594
(131,149,148)
#92A2A1
(146,162,161)
#A1AFAE
(161,175,174)
#B0BCBB
(176,188,187)
#BFC9C8
(191,201,200)
#CED6D5
(206,214,213)
#DDE3E2
(221,227,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566E6D; }

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

This text font color is #566E6D.

Background Color

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

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

This div background color is #566E6D.

Border color

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

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

This div border color is #566E6D.

Opacity

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

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

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

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

This text has shadow with #566E6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #566E6D.

Preview

Color preview on black background

This text has color #566E6D on black background.


Color preview on white background

This text has color #566E6D on white background.


Black color preview on #566E6D background

This text has black color on #566E6D background.


White color preview on #566E6D background

This text has white color on #566E6D background.


Related colors

Complementary color

Complementary color for #hex is #A99192.


I love getcolorcode.com

Triadic colors

1 #6D566E and #6E6D56 with #566E6D are triadic colors.

2 #6D6E56 and #6E566D with #566E6D are triadic colors.