COLOR #566B6E

HEX: #566B6E RGB: (86,107,110)

Color info

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

RGB color model

#566B6E color RGB value is (86,107,110).

RGB: (86,107,110) (34%, 42%, 43%)

RGB channels and saturation

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

86
107
110

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

Portions of RGB colors in percentages

R + G + B = 86 + 107 + 110 = 303 (100%)
R 86 of 303 ~ 28.38%
G 107 of 303 ~ 35.31%
B 110 of 303 ~ 36.3'%

%28.38
%35.31
%36.3

CMYK color model

#566B6E color CMYK value is (22,3,0,57).

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

CMYK: (22,3,0,57)
C22M3Y0K57 (22%, 3%, 0%, 57%)
(0.22 / 0.03 / 0.00 / 0.57)

CMYK percentages

%21.82
%2.73
%0
%56.86

Codes

Color #566B6E in popluar color models

56 6B 6E
RGB 86 107 110
HSL 188° 12.24% 38.43%
HSB/HSV 188° 21.82% 43.14%
CMYK 21.82% 2.73% 0.00%
56.86%

Color #566B6E in popluar number systems.

HEX 56 6B 6E
Decimal 86 107 110
Binary 1010110 1101011 1101110
Octal 126 153 156

Shades and tints

Shades of #566B6E

#566B6E
(86,107,110)
#4F6264
(79,98,100)
#48595A
(72,89,90)
#415050
(65,80,80)
#3A4746
(58,71,70)
#333E3C
(51,62,60)
#2C3532
(44,53,50)
#252C28
(37,44,40)
#1E231E
(30,35,30)
#171A14
(23,26,20)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #566B6E

#566B6E
(86,107,110)
#65787B
(101,120,123)
#748588
(116,133,136)
#839295
(131,146,149)
#929FA2
(146,159,162)
#A1ACAF
(161,172,175)
#B0B9BC
(176,185,188)
#BFC6C9
(191,198,201)
#CED3D6
(206,211,214)
#DDE0E3
(221,224,227)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #566B6E; }

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

This text font color is #566B6E.

Background Color

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

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

This div background color is #566B6E.

Border color

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

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

This div border color is #566B6E.

Opacity

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

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

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

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

This text has shadow with #566B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #566B6E.

Preview

Color preview on black background

This text has color #566B6E on black background.


Color preview on white background

This text has color #566B6E on white background.


Black color preview on #566B6E background

This text has black color on #566B6E background.


White color preview on #566B6E background

This text has white color on #566B6E background.


Related colors

Complementary color

Complementary color for #hex is #A99491.


I love getcolorcode.com

Triadic colors

1 #6E566B and #6B6E56 with #566B6E are triadic colors.

2 #6E6B56 and #6B566E with #566B6E are triadic colors.