COLOR #565855

HEX: #565855
RGB: (86,88,85)

Color info

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

RGB color model

#565855 color RGB value is (86,88,85).

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

RGB channels and saturation

R 86 of 255 = 34%
G 88 of 255 = 35%
B 85 of 255 = 33%

86
88
85

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

Portions of RGB colors in percentages

R + G + B =
86 + 88 + 85 = 259 (100%)
R 86 of 259 ~ 33.2%
G 88 of 259 ~ 33.98%
B 85 of 259 ~ 32.82%

%33.2
%33.98
%32.82

CMYK color model

#565855 color CMYK value is (2,0,3,65).

  • cyan value is 2.27%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(2,0,3,65)
C2M0Y3K65 
(2%,0%,3%,65%)
(0.02/0.00/0.03/0.65)	

CMYK percentages

%2.27
%0
%3.41
%65.49

Codes

Color #565855 in popluar color models

565855
RGB868885
HSL100°1.73%33.92%
HSB/HSV100°3.41%34.51%
CMYK2.27%0.00%3.41%
65.49%

Color #565855 in popluar number systems.

HEX565855
Decimal868885
Binary101011010110001010101
Octal126130125

Shades and tints

Shades of #565855

#565855
(86,88,85)
#4F504E
(79,80,78)
#484847
(72,72,71)
#414040
(65,64,64)
#3A3839
(58,56,57)
#333032
(51,48,50)
#2C282B
(44,40,43)
#252024
(37,32,36)
#1E181D
(30,24,29)
#171016
(23,16,22)
#10080F
(16,8,15)
#000000
(0,0,0)

Tints of #565855

#565855
(86,88,85)
#656764
(101,103,100)
#747673
(116,118,115)
#838582
(131,133,130)
#929491
(146,148,145)
#A1A3A0
(161,163,160)
#B0B2AF
(176,178,175)
#BFC1BE
(191,193,190)
#CED0CD
(206,208,205)
#DDDFDC
(221,223,220)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565855; }

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

This text font color is #565855.


Background Color

.myBgColor { background-color: #565855; }

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

This div background color is #565855.


Border color

.myBorderColor { border: 1px solid #565855; }

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

This div border color is #565855.


Opacity

.myOpacity80 { color: #565855; opacity: 0.8; }

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

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

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

This text has shadow with #565855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565855 on black background.


Color preview on white background

This text has color #565855 on white background.



Black color preview on #565855 background

This text has black color on #565855 background.


White color preview on #565855 background

This text has white color on #565855 background.