COLOR #565E57

HEX: #565E57
RGB: (86,94,87)

Color info

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

RGB color model

#565E57 color RGB value is (86,94,87).

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

RGB channels and saturation

R 86 of 255 = 34%
G 94 of 255 = 37%
B 87 of 255 = 34%

86
94
87

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

Portions of RGB colors in percentages

R + G + B =
86 + 94 + 87 = 267 (100%)
R 86 of 267 ~ 32.21%
G 94 of 267 ~ 35.21%
B 87 of 267 ~ 32.58%

%32.21
%35.21
%32.58

CMYK color model

#565E57 color CMYK value is (9,0,7,63).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 63.14%
CMYK:
(9,0,7,63)
C9M0Y7K63 
(9%,0%,7%,63%)
(0.09/0.00/0.07/0.63)	

CMYK percentages

%8.51
%0
%7.45
%63.14

Codes

Color #565E57 in popluar color models

565E57
RGB869487
HSL128°4.44%35.29%
HSB/HSV128°8.51%36.86%
CMYK8.51%0.00%7.45%
63.14%

Color #565E57 in popluar number systems.

HEX565E57
Decimal869487
Binary101011010111101010111
Octal126136127

Shades and tints

Shades of #565E57

#565E57
(86,94,87)
#4F5650
(79,86,80)
#484E49
(72,78,73)
#414642
(65,70,66)
#3A3E3B
(58,62,59)
#333634
(51,54,52)
#2C2E2D
(44,46,45)
#252626
(37,38,38)
#1E1E1F
(30,30,31)
#171618
(23,22,24)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #565E57

#565E57
(86,94,87)
#656C66
(101,108,102)
#747A75
(116,122,117)
#838884
(131,136,132)
#929693
(146,150,147)
#A1A4A2
(161,164,162)
#B0B2B1
(176,178,177)
#BFC0C0
(191,192,192)
#CECECF
(206,206,207)
#DDDCDE
(221,220,222)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565E57; }

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

This text font color is #565E57.


Background Color

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

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

This div background color is #565E57.


Border color

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

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

This div border color is #565E57.


Opacity

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

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

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

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

This text has shadow with #565E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565E57 on black background.


Color preview on white background

This text has color #565E57 on white background.



Black color preview on #565E57 background

This text has black color on #565E57 background.


White color preview on #565E57 background

This text has white color on #565E57 background.