COLOR #55557D

HEX: #55557D
RGB: (85,85,125)

Color info

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

RGB color model

#55557D color RGB value is (85,85,125).

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

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 125 of 255 = 49%

85
85
125

R + G + B ~ 38%. #55557D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 85 + 125 = 295 (100%)
R 85 of 295 ~ 28.81%
G 85 of 295 ~ 28.81%
B 125 of 295 ~ 42.37%

%28.81
%28.81
%42.37

CMYK color model

#55557D color CMYK value is (32,32,0,51).

  • cyan value is 32.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(32,32,0,51)
C32M32Y0K51 
(32%,32%,0%,51%)
(0.32/0.32/0.00/0.51)	

CMYK percentages

%32
%32
%0
%50.98

Codes

Color #55557D in popluar color models

55557D
RGB8585125
HSL240°19.05%41.18%
HSB/HSV240°32.00%49.02%
CMYK32.00%32.00%0.00%
50.98%

Color #55557D in popluar number systems.

HEX55557D
Decimal8585125
Binary101010110101011111101
Octal125125175

Shades and tints

Shades of #55557D

#55557D
(85,85,125)
#4E4E72
(78,78,114)
#474767
(71,71,103)
#40405C
(64,64,92)
#393951
(57,57,81)
#323246
(50,50,70)
#2B2B3B
(43,43,59)
#242430
(36,36,48)
#1D1D25
(29,29,37)
#16161A
(22,22,26)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #55557D

#55557D
(85,85,125)
#646488
(100,100,136)
#737393
(115,115,147)
#82829E
(130,130,158)
#9191A9
(145,145,169)
#A0A0B4
(160,160,180)
#AFAFBF
(175,175,191)
#BEBECA
(190,190,202)
#CDCDD5
(205,205,213)
#DCDCE0
(220,220,224)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55557D; }

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

This text font color is #55557D.


Background Color

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

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

This div background color is #55557D.


Border color

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

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

This div border color is #55557D.


Opacity

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

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

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

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

This text has shadow with #55557D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55557D on black background.


Color preview on white background

This text has color #55557D on white background.



Black color preview on #55557D background

This text has black color on #55557D background.


White color preview on #55557D background

This text has white color on #55557D background.