COLOR #55505D

HEX: #55505D
RGB: (85,80,93)

Color info

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

RGB color model

#55505D color RGB value is (85,80,93).

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

RGB channels and saturation

R 85 of 255 = 33%
G 80 of 255 = 31%
B 93 of 255 = 36%

85
80
93

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

Portions of RGB colors in percentages

R + G + B =
85 + 80 + 93 = 258 (100%)
R 85 of 258 ~ 32.95%
G 80 of 258 ~ 31.01%
B 93 of 258 ~ 36.05%

%32.95
%31.01
%36.05

CMYK color model

#55505D color CMYK value is (9,14,0,64).

  • cyan value is 8.60%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(9,14,0,64)
C9M14Y0K64 
(9%,14%,0%,64%)
(0.09/0.14/0.00/0.64)	

CMYK percentages

%8.6
%13.98
%0
%63.53

Codes

Color #55505D in popluar color models

55505D
RGB858093
HSL263°7.51%33.92%
HSB/HSV263°13.98%36.47%
CMYK8.60%13.98%0.00%
63.53%

Color #55505D in popluar number systems.

HEX55505D
Decimal858093
Binary101010110100001011101
Octal125120135

Shades and tints

Shades of #55505D

#55505D
(85,80,93)
#4E4955
(78,73,85)
#47424D
(71,66,77)
#403B45
(64,59,69)
#39343D
(57,52,61)
#322D35
(50,45,53)
#2B262D
(43,38,45)
#241F25
(36,31,37)
#1D181D
(29,24,29)
#161115
(22,17,21)
#0F0A0D
(15,10,13)
#000000
(0,0,0)

Tints of #55505D

#55505D
(85,80,93)
#645F6B
(100,95,107)
#736E79
(115,110,121)
#827D87
(130,125,135)
#918C95
(145,140,149)
#A09BA3
(160,155,163)
#AFAAB1
(175,170,177)
#BEB9BF
(190,185,191)
#CDC8CD
(205,200,205)
#DCD7DB
(220,215,219)
#EBE6E9
(235,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55505D; }

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

This text font color is #55505D.


Background Color

.myBgColor { background-color: #55505D; }

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

This div background color is #55505D.


Border color

.myBorderColor { border: 1px solid #55505D; }

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

This div border color is #55505D.


Opacity

.myOpacity80 { color: #55505D; opacity: 0.8; }

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

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

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

This text has shadow with #55505D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55505D on black background.


Color preview on white background

This text has color #55505D on white background.



Black color preview on #55505D background

This text has black color on #55505D background.


White color preview on #55505D background

This text has white color on #55505D background.