COLOR #565B57

HEX: #565B57
RGB: (86,91,87)

Color info

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

RGB color model

#565B57 color RGB value is (86,91,87).

  • red value is 86;
  • green value is 91;
  • blue value is 87.
RGB:
(86,91,87)
(34%,36%,34%)

RGB channels and saturation

R 86 of 255 = 34%
G 91 of 255 = 36%
B 87 of 255 = 34%

86
91
87

R + G + B ~ 35%. #565B57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 91 + 87 = 264 (100%)
R 86 of 264 ~ 32.58%
G 91 of 264 ~ 34.47%
B 87 of 264 ~ 32.95%

%32.58
%34.47
%32.95

CMYK color model

#565B57 color CMYK value is (5,0,4,64).

  • cyan value is 5.49%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 64.31%
CMYK:
(5,0,4,64)
C5M0Y4K64 
(5%,0%,4%,64%)
(0.05/0.00/0.04/0.64)	

CMYK percentages

%5.49
%0
%4.4
%64.31

Codes

Color #565B57 in popluar color models

565B57
RGB869187
HSL132°2.82%34.71%
HSB/HSV132°5.49%35.69%
CMYK5.49%0.00%4.40%
64.31%

Color #565B57 in popluar number systems.

HEX565B57
Decimal869187
Binary101011010110111010111
Octal126133127

Shades and tints

Shades of #565B57

#565B57
(86,91,87)
#4F5350
(79,83,80)
#484B49
(72,75,73)
#414342
(65,67,66)
#3A3B3B
(58,59,59)
#333334
(51,51,52)
#2C2B2D
(44,43,45)
#252326
(37,35,38)
#1E1B1F
(30,27,31)
#171318
(23,19,24)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #565B57

#565B57
(86,91,87)
#656966
(101,105,102)
#747775
(116,119,117)
#838584
(131,133,132)
#929393
(146,147,147)
#A1A1A2
(161,161,162)
#B0AFB1
(176,175,177)
#BFBDC0
(191,189,192)
#CECBCF
(206,203,207)
#DDD9DE
(221,217,222)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565B57; }

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

This text font color is #565B57.


Background Color

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

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

This div background color is #565B57.


Border color

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

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

This div border color is #565B57.


Opacity

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

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

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

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

This text has shadow with #565B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565B57 on black background.


Color preview on white background

This text has color #565B57 on white background.



Black color preview on #565B57 background

This text has black color on #565B57 background.


White color preview on #565B57 background

This text has white color on #565B57 background.