COLOR #555552

HEX: #555552
RGB: (85,85,82)

Color info

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

RGB color model

#555552 color RGB value is (85,85,82).

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

RGB channels and saturation

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

85
85
82

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

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 82 = 252 (100%)
R 85 of 252 ~ 33.73%
G 85 of 252 ~ 33.73%
B 82 of 252 ~ 32.54%

%33.73
%33.73
%32.54

CMYK color model

#555552 color CMYK value is (0,0,4,67).

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

CMYK percentages

%0
%0
%3.53
%66.67

Codes

Color #555552 in popluar color models

555552
RGB858582
HSL60°1.80%32.75%
HSB/HSV60°3.53%33.33%
CMYK0.00%0.00%3.53%
66.67%

Color #555552 in popluar number systems.

HEX555552
Decimal858582
Binary101010110101011010010
Octal125125122

Shades and tints

Shades of #555552

#555552
(85,85,82)
#4E4E4B
(78,78,75)
#474744
(71,71,68)
#40403D
(64,64,61)
#393936
(57,57,54)
#32322F
(50,50,47)
#2B2B28
(43,43,40)
#242421
(36,36,33)
#1D1D1A
(29,29,26)
#161613
(22,22,19)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #555552

#555552
(85,85,82)
#646461
(100,100,97)
#737370
(115,115,112)
#82827F
(130,130,127)
#91918E
(145,145,142)
#A0A09D
(160,160,157)
#AFAFAC
(175,175,172)
#BEBEBB
(190,190,187)
#CDCDCA
(205,205,202)
#DCDCD9
(220,220,217)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555552; }

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

This text font color is #555552.


Background Color

.myBgColor { background-color: #555552; }

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

This div background color is #555552.


Border color

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

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

This div border color is #555552.


Opacity

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

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

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

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

This text has shadow with #555552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555552 on black background.


Color preview on white background

This text has color #555552 on white background.



Black color preview on #555552 background

This text has black color on #555552 background.


White color preview on #555552 background

This text has white color on #555552 background.