COLOR #565B4E

HEX: #565B4E RGB: (86,91,78)

Color info

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

RGB color model

#565B4E color RGB value is (86,91,78).

RGB: (86,91,78) (34%, 36%, 31%)

RGB channels and saturation

R 86 of 255 = 34%
G 91 of 255 = 36%
B 78 of 255 = 31%

86
91
78

R + G + B ~ 34%. #565B4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 86 + 91 + 78 = 255 (100%)
R 86 of 255 ~ 33.73%
G 91 of 255 ~ 35.69%
B 78 of 255 ~ 30.59'%

%33.73
%35.69
%30.59

CMYK color model

#565B4E color CMYK value is (5,0,14,64).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 64.31%

CMYK: (5,0,14,64)
C5M0Y14K64 (5%, 0%, 14%, 64%)
(0.05 / 0.00 / 0.14 / 0.64)

CMYK percentages

%5.49
%0
%14.29
%64.31

Codes

Color #565B4E in popluar color models

56 5B 4E
RGB 86 91 78
HSL 83° 7.69% 33.14%
HSB/HSV 83° 14.29% 35.69%
CMYK 5.49% 0.00% 14.29%
64.31%

Color #565B4E in popluar number systems.

HEX 56 5B 4E
Decimal 86 91 78
Binary 1010110 1011011 1001110
Octal 126 133 116

Shades and tints

Shades of #565B4E

#565B4E
(86,91,78)
#4F5347
(79,83,71)
#484B40
(72,75,64)
#414339
(65,67,57)
#3A3B32
(58,59,50)
#33332B
(51,51,43)
#2C2B24
(44,43,36)
#25231D
(37,35,29)
#1E1B16
(30,27,22)
#17130F
(23,19,15)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #565B4E

#565B4E
(86,91,78)
#65695E
(101,105,94)
#74776E
(116,119,110)
#83857E
(131,133,126)
#92938E
(146,147,142)
#A1A19E
(161,161,158)
#B0AFAE
(176,175,174)
#BFBDBE
(191,189,190)
#CECBCE
(206,203,206)
#DDD9DE
(221,217,222)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #565B4E color. Also use rgb(86,91,78) instead hex code.

Text Font Color

.myTextColor { color: #565B4E; }

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

This text font color is #565B4E.

Background Color

.myBgColor { background-color: #565B4E; }

<div style="background-color:#565B4E">Inner text</div>

This div background color is #565B4E.

Border color

.myBorderColor { border: 1px solid #565B4E; }

<div style="border:3px solid #565B4E">Div</div>

This div border color is #565B4E.

Opacity

.myOpacity80 { color: #565B4E; opacity: 0.8; }

<p style="color:#565B4E;opacity:0.8;">80%</p>

Text with #565B4E 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 #565B4E;}

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

This text has shadow with #565B4E color.


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

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

This text has shadow with #565B4E primary color and red secondary color.


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

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

This text has shadow with #565B4E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #565B4E.

Preview

Color preview on black background

This text has color #565B4E on black background.


Color preview on white background

This text has color #565B4E on white background.


Black color preview on #565B4E background

This text has black color on #565B4E background.


White color preview on #565B4E background

This text has white color on #565B4E background.


Related colors

Complementary color

Complementary color for #hex is #A9A4B1.


I love getcolorcode.com

Triadic colors

1 #4E565B and #5B4E56 with #565B4E are triadic colors.

2 #4E5B56 and #5B564E with #565B4E are triadic colors.