COLOR #55515C

HEX: #55515C
RGB: (85,81,92)

Color info

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

RGB color model

#55515C color RGB value is (85,81,92).

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

RGB channels and saturation

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

85
81
92

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

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 92 = 258 (100%)
R 85 of 258 ~ 32.95%
G 81 of 258 ~ 31.4%
B 92 of 258 ~ 35.66%

%32.95
%31.4
%35.66

CMYK color model

#55515C color CMYK value is (8,12,0,64).

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

CMYK percentages

%7.61
%11.96
%0
%63.92

Codes

Color #55515C in popluar color models

55515C
RGB858192
HSL262°6.36%33.92%
HSB/HSV262°11.96%36.08%
CMYK7.61%11.96%0.00%
63.92%

Color #55515C in popluar number systems.

HEX55515C
Decimal858192
Binary101010110100011011100
Octal125121134

Shades and tints

Shades of #55515C

#55515C
(85,81,92)
#4E4A54
(78,74,84)
#47434C
(71,67,76)
#403C44
(64,60,68)
#39353C
(57,53,60)
#322E34
(50,46,52)
#2B272C
(43,39,44)
#242024
(36,32,36)
#1D191C
(29,25,28)
#161214
(22,18,20)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #55515C

#55515C
(85,81,92)
#64606A
(100,96,106)
#736F78
(115,111,120)
#827E86
(130,126,134)
#918D94
(145,141,148)
#A09CA2
(160,156,162)
#AFABB0
(175,171,176)
#BEBABE
(190,186,190)
#CDC9CC
(205,201,204)
#DCD8DA
(220,216,218)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55515C; }

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

This text font color is #55515C.


Background Color

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

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

This div background color is #55515C.


Border color

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

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

This div border color is #55515C.


Opacity

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

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

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

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

This text has shadow with #55515C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55515C on black background.


Color preview on white background

This text has color #55515C on white background.



Black color preview on #55515C background

This text has black color on #55515C background.


White color preview on #55515C background

This text has white color on #55515C background.