COLOR #565555

HEX: #565555
RGB: (86,85,85)

Color info

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

RGB color model

#565555 color RGB value is (86,85,85).

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

RGB channels and saturation

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

86
85
85

R + G + B ~ 33%. #565555 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
86 + 85 + 85 = 256 (100%)
R 86 of 256 ~ 33.59%
G 85 of 256 ~ 33.2%
B 85 of 256 ~ 33.2%

%33.59
%33.2
%33.2

CMYK color model

#565555 color CMYK value is (0,1,1,66).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK:
(0,1,1,66)
C0M1Y1K66 
(0%,1%,1%,66%)
(0.00/0.01/0.01/0.66)	

CMYK percentages

%0
%1.16
%1.16
%66.27

Codes

Color #565555 in popluar color models

565555
RGB868585
HSL0.58%33.53%
HSB/HSV1.16%33.73%
CMYK0.00%1.16%1.16%
66.27%

Color #565555 in popluar number systems.

HEX565555
Decimal868585
Binary101011010101011010101
Octal126125125

Shades and tints

Shades of #565555

#565555
(86,85,85)
#4F4E4E
(79,78,78)
#484747
(72,71,71)
#414040
(65,64,64)
#3A3939
(58,57,57)
#333232
(51,50,50)
#2C2B2B
(44,43,43)
#252424
(37,36,36)
#1E1D1D
(30,29,29)
#171616
(23,22,22)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #565555

#565555
(86,85,85)
#656464
(101,100,100)
#747373
(116,115,115)
#838282
(131,130,130)
#929191
(146,145,145)
#A1A0A0
(161,160,160)
#B0AFAF
(176,175,175)
#BFBEBE
(191,190,190)
#CECDCD
(206,205,205)
#DDDCDC
(221,220,220)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #565555; }

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

This text font color is #565555.


Background Color

.myBgColor { background-color: #565555; }

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

This div background color is #565555.


Border color

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

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

This div border color is #565555.


Opacity

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

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

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

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

This text has shadow with #565555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #565555 on black background.


Color preview on white background

This text has color #565555 on white background.



Black color preview on #565555 background

This text has black color on #565555 background.


White color preview on #565555 background

This text has white color on #565555 background.