COLOR #566C6E

HEX: #566C6E
RGB: (86,108,110)

Color info

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

RGB color model

#566C6E color RGB value is (86,108,110).

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

RGB channels and saturation

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

86
108
110

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

Portions of RGB colors in percentages

R + G + B =
86 + 108 + 110 = 304 (100%)
R 86 of 304 ~ 28.29%
G 108 of 304 ~ 35.53%
B 110 of 304 ~ 36.18%

%28.29
%35.53
%36.18

CMYK color model

#566C6E color CMYK value is (22,2,0,57).

  • cyan value is 21.82%
  • magenta value is 1.82%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(22,2,0,57)
C22M2Y0K57 
(22%,2%,0%,57%)
(0.22/0.02/0.00/0.57)	

CMYK percentages

%21.82
%1.82
%0
%56.86

Codes

Color #566C6E in popluar color models

566C6E
RGB86108110
HSL185°12.24%38.43%
HSB/HSV185°21.82%43.14%
CMYK21.82%1.82%0.00%
56.86%

Color #566C6E in popluar number systems.

HEX566C6E
Decimal86108110
Binary101011011011001101110
Octal126154156

Shades and tints

Shades of #566C6E

#566C6E
(86,108,110)
#4F6364
(79,99,100)
#485A5A
(72,90,90)
#415150
(65,81,80)
#3A4846
(58,72,70)
#333F3C
(51,63,60)
#2C3632
(44,54,50)
#252D28
(37,45,40)
#1E241E
(30,36,30)
#171B14
(23,27,20)
#10120A
(16,18,10)
#000000
(0,0,0)

Tints of #566C6E

#566C6E
(86,108,110)
#65797B
(101,121,123)
#748688
(116,134,136)
#839395
(131,147,149)
#92A0A2
(146,160,162)
#A1ADAF
(161,173,175)
#B0BABC
(176,186,188)
#BFC7C9
(191,199,201)
#CED4D6
(206,212,214)
#DDE1E3
(221,225,227)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566C6E; }

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

This text font color is #566C6E.


Background Color

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

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

This div background color is #566C6E.


Border color

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

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

This div border color is #566C6E.


Opacity

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

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

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

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

This text has shadow with #566C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #566C6E on black background.


Color preview on white background

This text has color #566C6E on white background.



Black color preview on #566C6E background

This text has black color on #566C6E background.


White color preview on #566C6E background

This text has white color on #566C6E background.