COLOR #555555

HEX: #555555
RGB: (85,85,85)

Color info

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

RGB color model

#555555 color RGB value is (85,85,85).

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

RGB channels and saturation

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

85
85
85

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

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 85 = 255 (100%)
R 85 of 255 ~ 33.33%
G 85 of 255 ~ 33.33%
B 85 of 255 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#555555 color CMYK value is (0,0,0,67).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 66.67%
CMYK:
(0,0,0,67)
C0M0Y0K67 
(0%,0%,0%,67%)
(0.00/0.00/0.00/0.67)	

CMYK percentages

%0
%0
%0
%66.67

Codes

Color #555555 in popluar color models

555555
RGB858585
HSL0.00%0.33%
HSB/HSV0.00%0.33%
CMYK0.00%0.00%0.00%
66.67%

Color #555555 in popluar number systems.

HEX555555
Decimal858585
Binary101010110101011010101
Octal125125125

Shades and tints

Shades of #555555

#555555
(85,85,85)
#4E4E4E
(78,78,78)
#474747
(71,71,71)
#404040
(64,64,64)
#393939
(57,57,57)
#323232
(50,50,50)
#2B2B2B
(43,43,43)
#242424
(36,36,36)
#1D1D1D
(29,29,29)
#161616
(22,22,22)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #555555

#555555
(85,85,85)
#646464
(100,100,100)
#737373
(115,115,115)
#828282
(130,130,130)
#919191
(145,145,145)
#A0A0A0
(160,160,160)
#AFAFAF
(175,175,175)
#BEBEBE
(190,190,190)
#CDCDCD
(205,205,205)
#DCDCDC
(220,220,220)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555555; }

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

This text font color is #555555.


Background Color

.myBgColor { background-color: #555555; }

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

This div background color is #555555.


Border color

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

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

This div border color is #555555.


Opacity

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

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

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

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

This text has shadow with #555555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555555 on black background.


Color preview on white background

This text has color #555555 on white background.



Black color preview on #555555 background

This text has black color on #555555 background.


White color preview on #555555 background

This text has white color on #555555 background.