COLOR #555C5C

HEX: #555C5C
RGB: (85,92,92)

Color info

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

RGB color model

#555C5C color RGB value is (85,92,92).

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

RGB channels and saturation

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

85
92
92

R + G + B ~ 35%. #555C5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 92 + 92 = 269 (100%)
R 85 of 269 ~ 31.6%
G 92 of 269 ~ 34.2%
B 92 of 269 ~ 34.2%

%31.6
%34.2
%34.2

CMYK color model

#555C5C color CMYK value is (8,0,0,64).

  • cyan value is 7.61%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(8,0,0,64)
C8M0Y0K64 
(8%,0%,0%,64%)
(0.08/0.00/0.00/0.64)	

CMYK percentages

%7.61
%0
%0
%63.92

Codes

Color #555C5C in popluar color models

555C5C
RGB859292
HSL180°3.95%34.71%
HSB/HSV180°7.61%36.08%
CMYK7.61%0.00%0.00%
63.92%

Color #555C5C in popluar number systems.

HEX555C5C
Decimal859292
Binary101010110111001011100
Octal125134134

Shades and tints

Shades of #555C5C

#555C5C
(85,92,92)
#4E5454
(78,84,84)
#474C4C
(71,76,76)
#404444
(64,68,68)
#393C3C
(57,60,60)
#323434
(50,52,52)
#2B2C2C
(43,44,44)
#242424
(36,36,36)
#1D1C1C
(29,28,28)
#161414
(22,20,20)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #555C5C

#555C5C
(85,92,92)
#646A6A
(100,106,106)
#737878
(115,120,120)
#828686
(130,134,134)
#919494
(145,148,148)
#A0A2A2
(160,162,162)
#AFB0B0
(175,176,176)
#BEBEBE
(190,190,190)
#CDCCCC
(205,204,204)
#DCDADA
(220,218,218)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555C5C; }

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

This text font color is #555C5C.


Background Color

.myBgColor { background-color: #555C5C; }

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

This div background color is #555C5C.


Border color

.myBorderColor { border: 1px solid #555C5C; }

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

This div border color is #555C5C.


Opacity

.myOpacity80 { color: #555C5C; opacity: 0.8; }

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

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

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

This text has shadow with #555C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555C5C on black background.


Color preview on white background

This text has color #555C5C on white background.



Black color preview on #555C5C background

This text has black color on #555C5C background.


White color preview on #555C5C background

This text has white color on #555C5C background.