COLOR #565E58

HEX: #565E58
RGB: (86,94,88)

Color info

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

RGB color model

#565E58 color RGB value is (86,94,88).

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

RGB channels and saturation

R 86 of 255 = 34%
G 94 of 255 = 37%
B 88 of 255 = 35%

86
94
88

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

Portions of RGB colors in percentages

R + G + B =
86 + 94 + 88 = 268 (100%)
R 86 of 268 ~ 32.09%
G 94 of 268 ~ 35.07%
B 88 of 268 ~ 32.84%

%32.09
%35.07
%32.84

CMYK color model

#565E58 color CMYK value is (9,0,6,63).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 6.38%
  • key color value is 63.14%
CMYK:
(9,0,6,63)
C9M0Y6K63 
(9%,0%,6%,63%)
(0.09/0.00/0.06/0.63)	

CMYK percentages

%8.51
%0
%6.38
%63.14

Codes

Color #565E58 in popluar color models

565E58
RGB869488
HSL135°4.44%35.29%
HSB/HSV135°8.51%36.86%
CMYK8.51%0.00%6.38%
63.14%

Color #565E58 in popluar number systems.

HEX565E58
Decimal869488
Binary101011010111101011000
Octal126136130

Shades and tints

Shades of #565E58

#565E58
(86,94,88)
#4F5650
(79,86,80)
#484E48
(72,78,72)
#414640
(65,70,64)
#3A3E38
(58,62,56)
#333630
(51,54,48)
#2C2E28
(44,46,40)
#252620
(37,38,32)
#1E1E18
(30,30,24)
#171610
(23,22,16)
#100E08
(16,14,8)
#000000
(0,0,0)

Tints of #565E58

#565E58
(86,94,88)
#656C67
(101,108,103)
#747A76
(116,122,118)
#838885
(131,136,133)
#929694
(146,150,148)
#A1A4A3
(161,164,163)
#B0B2B2
(176,178,178)
#BFC0C1
(191,192,193)
#CECED0
(206,206,208)
#DDDCDF
(221,220,223)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565E58; }

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

This text font color is #565E58.


Background Color

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

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

This div background color is #565E58.


Border color

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

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

This div border color is #565E58.


Opacity

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

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

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

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

This text has shadow with #565E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565E58 on black background.


Color preview on white background

This text has color #565E58 on white background.



Black color preview on #565E58 background

This text has black color on #565E58 background.


White color preview on #565E58 background

This text has white color on #565E58 background.