COLOR #565C57

HEX: #565C57
RGB: (86,92,87)

Color info

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

RGB color model

#565C57 color RGB value is (86,92,87).

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

RGB channels and saturation

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

86
92
87

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

Portions of RGB colors in percentages

R + G + B =
86 + 92 + 87 = 265 (100%)
R 86 of 265 ~ 32.45%
G 92 of 265 ~ 34.72%
B 87 of 265 ~ 32.83%

%32.45
%34.72
%32.83

CMYK color model

#565C57 color CMYK value is (7,0,5,64).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 63.92%
CMYK:
(7,0,5,64)
C7M0Y5K64 
(7%,0%,5%,64%)
(0.07/0.00/0.05/0.64)	

CMYK percentages

%6.52
%0
%5.43
%63.92

Codes

Color #565C57 in popluar color models

565C57
RGB869287
HSL130°3.37%34.90%
HSB/HSV130°6.52%36.08%
CMYK6.52%0.00%5.43%
63.92%

Color #565C57 in popluar number systems.

HEX565C57
Decimal869287
Binary101011010111001010111
Octal126134127

Shades and tints

Shades of #565C57

#565C57
(86,92,87)
#4F5450
(79,84,80)
#484C49
(72,76,73)
#414442
(65,68,66)
#3A3C3B
(58,60,59)
#333434
(51,52,52)
#2C2C2D
(44,44,45)
#252426
(37,36,38)
#1E1C1F
(30,28,31)
#171418
(23,20,24)
#100C11
(16,12,17)
#000000
(0,0,0)

Tints of #565C57

#565C57
(86,92,87)
#656A66
(101,106,102)
#747875
(116,120,117)
#838684
(131,134,132)
#929493
(146,148,147)
#A1A2A2
(161,162,162)
#B0B0B1
(176,176,177)
#BFBEC0
(191,190,192)
#CECCCF
(206,204,207)
#DDDADE
(221,218,222)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565C57; }

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

This text font color is #565C57.


Background Color

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

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

This div background color is #565C57.


Border color

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

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

This div border color is #565C57.


Opacity

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

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

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

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

This text has shadow with #565C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565C57 on black background.


Color preview on white background

This text has color #565C57 on white background.



Black color preview on #565C57 background

This text has black color on #565C57 background.


White color preview on #565C57 background

This text has white color on #565C57 background.