COLOR #566B6C

HEX: #566B6C RGB: (86,107,108)

Color info

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

RGB color model

#566B6C color RGB value is (86,107,108).

RGB: (86,107,108) (34%, 42%, 42%)

RGB channels and saturation

R 86 of 255 = 34%
G 107 of 255 = 42%
B 108 of 255 = 42%

86
107
108

R + G + B ~ 39%. #566B6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 107 + 108 = 301 (100%)
R 86 of 301 ~ 28.57%
G 107 of 301 ~ 35.55%
B 108 of 301 ~ 35.88'%

%28.57
%35.55
%35.88

CMYK color model

#566B6C color CMYK value is (20,1,0,58).

  • cyan value is 20.37%
  • magenta value is 0.93%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (20,1,0,58)
C20M1Y0K58 (20%, 1%, 0%, 58%)
(0.20 / 0.01 / 0.00 / 0.58)

CMYK percentages

%20.37
%0.93
%0
%57.65

Codes

Color #566B6C in popluar color models

56 6B 6C
RGB 86 107 108
HSL 183° 11.34% 38.04%
HSB/HSV 183° 20.37% 42.35%
CMYK 20.37% 0.93% 0.00%
57.65%

Color #566B6C in popluar number systems.

HEX 56 6B 6C
Decimal 86 107 108
Binary 1010110 1101011 1101100
Octal 126 153 154

Shades and tints

Shades of #566B6C

#566B6C
(86,107,108)
#4F6263
(79,98,99)
#48595A
(72,89,90)
#415051
(65,80,81)
#3A4748
(58,71,72)
#333E3F
(51,62,63)
#2C3536
(44,53,54)
#252C2D
(37,44,45)
#1E2324
(30,35,36)
#171A1B
(23,26,27)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #566B6C

#566B6C
(86,107,108)
#657879
(101,120,121)
#748586
(116,133,134)
#839293
(131,146,147)
#929FA0
(146,159,160)
#A1ACAD
(161,172,173)
#B0B9BA
(176,185,186)
#BFC6C7
(191,198,199)
#CED3D4
(206,211,212)
#DDE0E1
(221,224,225)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566B6C; }

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

This text font color is #566B6C.

Background Color

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

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

This div background color is #566B6C.

Border color

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

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

This div border color is #566B6C.

Opacity

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

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

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

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

This text has shadow with #566B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #566B6C.

Preview

Color preview on black background

This text has color #566B6C on black background.


Color preview on white background

This text has color #566B6C on white background.


Black color preview on #566B6C background

This text has black color on #566B6C background.


White color preview on #566B6C background

This text has white color on #566B6C background.


Related colors

Complementary color

Complementary color for #hex is #A99493.


I love getcolorcode.com

Triadic colors

1 #6C566B and #6B6C56 with #566B6C are triadic colors.

2 #6C6B56 and #6B566C with #566B6C are triadic colors.