COLOR #566C6D

HEX: #566C6D
RGB: (86,108,109)

Color info

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

RGB color model

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

  • red value is 86;
  • green value is 108;
  • blue value is 109.
RGB:
(86,108,109)
(34%,42%,43%)

RGB channels and saturation

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

86
108
109

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

Portions of RGB colors in percentages

R + G + B =
86 + 108 + 109 = 303 (100%)
R 86 of 303 ~ 28.38%
G 108 of 303 ~ 35.64%
B 109 of 303 ~ 35.97%

%28.38
%35.64
%35.97

CMYK color model

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

  • cyan value is 21.10%
  • magenta value is 0.92%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(21,1,0,57)
C21M1Y0K57 
(21%,1%,0%,57%)
(0.21/0.01/0.00/0.57)	

CMYK percentages

%21.1
%0.92
%0
%57.25

Codes

Color #566C6D in popluar color models

566C6D
RGB86108109
HSL183°11.79%38.24%
HSB/HSV183°21.10%42.75%
CMYK21.10%0.92%0.00%
57.25%

Color #566C6D in popluar number systems.

HEX566C6D
Decimal86108109
Binary101011011011001101101
Octal126154155

Shades and tints

Shades of #566C6D

#566C6D
(86,108,109)
#4F6364
(79,99,100)
#485A5B
(72,90,91)
#415152
(65,81,82)
#3A4849
(58,72,73)
#333F40
(51,63,64)
#2C3637
(44,54,55)
#252D2E
(37,45,46)
#1E2425
(30,36,37)
#171B1C
(23,27,28)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #566C6D

#566C6D
(86,108,109)
#65797A
(101,121,122)
#748687
(116,134,135)
#839394
(131,147,148)
#92A0A1
(146,160,161)
#A1ADAE
(161,173,174)
#B0BABB
(176,186,187)
#BFC7C8
(191,199,200)
#CED4D5
(206,212,213)
#DDE1E2
(221,225,226)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566C6D; }

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

This text font color is #566C6D.


Background Color

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

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

This div background color is #566C6D.


Border color

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

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

This div border color is #566C6D.


Opacity

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

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

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

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

This text has shadow with #566C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566C6D on black background.


Color preview on white background

This text has color #566C6D on white background.



Black color preview on #566C6D background

This text has black color on #566C6D background.


White color preview on #566C6D background

This text has white color on #566C6D background.