COLOR #55575C

HEX: #55575C
RGB: (85,87,92)

Color info

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

RGB color model

#55575C color RGB value is (85,87,92).

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

RGB channels and saturation

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

85
87
92

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

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 92 = 264 (100%)
R 85 of 264 ~ 32.2%
G 87 of 264 ~ 32.95%
B 92 of 264 ~ 34.85%

%32.2
%32.95
%34.85

CMYK color model

#55575C color CMYK value is (8,5,0,64).

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

CMYK percentages

%7.61
%5.43
%0
%63.92

Codes

Color #55575C in popluar color models

55575C
RGB858792
HSL223°3.95%34.71%
HSB/HSV223°7.61%36.08%
CMYK7.61%5.43%0.00%
63.92%

Color #55575C in popluar number systems.

HEX55575C
Decimal858792
Binary101010110101111011100
Octal125127134

Shades and tints

Shades of #55575C

#55575C
(85,87,92)
#4E5054
(78,80,84)
#47494C
(71,73,76)
#404244
(64,66,68)
#393B3C
(57,59,60)
#323434
(50,52,52)
#2B2D2C
(43,45,44)
#242624
(36,38,36)
#1D1F1C
(29,31,28)
#161814
(22,24,20)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #55575C

#55575C
(85,87,92)
#64666A
(100,102,106)
#737578
(115,117,120)
#828486
(130,132,134)
#919394
(145,147,148)
#A0A2A2
(160,162,162)
#AFB1B0
(175,177,176)
#BEC0BE
(190,192,190)
#CDCFCC
(205,207,204)
#DCDEDA
(220,222,218)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55575C; }

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

This text font color is #55575C.


Background Color

.myBgColor { background-color: #55575C; }

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

This div background color is #55575C.


Border color

.myBorderColor { border: 1px solid #55575C; }

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

This div border color is #55575C.


Opacity

.myOpacity80 { color: #55575C; opacity: 0.8; }

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

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

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

This text has shadow with #55575C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55575C on black background.


Color preview on white background

This text has color #55575C on white background.



Black color preview on #55575C background

This text has black color on #55575C background.


White color preview on #55575C background

This text has white color on #55575C background.