COLOR #55576A

HEX: #55576A
RGB: (85,87,106)

Color info

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

RGB color model

#55576A color RGB value is (85,87,106).

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

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 106 of 255 = 42%

85
87
106

R + G + B ~ 36%. #55576A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 87 + 106 = 278 (100%)
R 85 of 278 ~ 30.58%
G 87 of 278 ~ 31.29%
B 106 of 278 ~ 38.13%

%30.58
%31.29
%38.13

CMYK color model

#55576A color CMYK value is (20,18,0,58).

  • cyan value is 19.81%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(20,18,0,58)
C20M18Y0K58 
(20%,18%,0%,58%)
(0.20/0.18/0.00/0.58)	

CMYK percentages

%19.81
%17.92
%0
%58.43

Codes

Color #55576A in popluar color models

55576A
RGB8587106
HSL234°10.99%37.45%
HSB/HSV234°19.81%41.57%
CMYK19.81%17.92%0.00%
58.43%

Color #55576A in popluar number systems.

HEX55576A
Decimal8587106
Binary101010110101111101010
Octal125127152

Shades and tints

Shades of #55576A

#55576A
(85,87,106)
#4E5061
(78,80,97)
#474958
(71,73,88)
#40424F
(64,66,79)
#393B46
(57,59,70)
#32343D
(50,52,61)
#2B2D34
(43,45,52)
#24262B
(36,38,43)
#1D1F22
(29,31,34)
#161819
(22,24,25)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #55576A

#55576A
(85,87,106)
#646677
(100,102,119)
#737584
(115,117,132)
#828491
(130,132,145)
#91939E
(145,147,158)
#A0A2AB
(160,162,171)
#AFB1B8
(175,177,184)
#BEC0C5
(190,192,197)
#CDCFD2
(205,207,210)
#DCDEDF
(220,222,223)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55576A color. Also use rgb(85,87,106) instead hex code.

Text Font Color

.myTextColor { color: #55576A; }

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

This text font color is #55576A.


Background Color

.myBgColor { background-color: #55576A; }

<div style="background-color:#55576A">Inner text</div>

This div background color is #55576A.


Border color

.myBorderColor { border: 1px solid #55576A; }

<div style="border:3px solid #55576A">Div</div>

This div border color is #55576A.


Opacity

.myOpacity80 { color: #55576A; opacity: 0.8; }

<p style="color:#55576A;opacity:0.8;">80%</p>

Text with #55576A 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 #55576A;}

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

This text has shadow with #55576A color.

.textShadow {text-shadow: 3px 3px 1px #55576A, 3px 3px 1px red;}

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

This text has shadow with #55576A primary color and red secondary color.


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

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

This text has shadow with #55576A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55576A on black background.


Color preview on white background

This text has color #55576A on white background.



Black color preview on #55576A background

This text has black color on #55576A background.


White color preview on #55576A background

This text has white color on #55576A background.