COLOR #555576

HEX: #555576 RGB: (85,85,118)

Color info

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

RGB color model

#555576 color RGB value is (85,85,118).

RGB: (85,85,118) (33%, 33%, 46%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 118 of 255 = 46%

85
85
118

R + G + B ~ 37%. #555576 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 118 = 288 (100%)
R 85 of 288 ~ 29.51%
G 85 of 288 ~ 29.51%
B 118 of 288 ~ 40.97'%

%29.51
%29.51
%40.97

CMYK color model

#555576 color CMYK value is (28,28,0,54).

  • cyan value is 27.97%
  • magenta value is 27.97%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (28,28,0,54)
C28M28Y0K54 (28%, 28%, 0%, 54%)
(0.28 / 0.28 / 0.00 / 0.54)

CMYK percentages

%27.97
%27.97
%0
%53.73

Codes

Color #555576 in popluar color models

55 55 76
RGB 85 85 118
HSL 240° 16.26% 39.80%
HSB/HSV 240° 27.97% 46.27%
CMYK 27.97% 27.97% 0.00%
53.73%

Color #555576 in popluar number systems.

HEX 55 55 76
Decimal 85 85 118
Binary 1010101 1010101 1110110
Octal 125 125 166

Shades and tints

Shades of #555576

#555576
(85,85,118)
#4E4E6C
(78,78,108)
#474762
(71,71,98)
#404058
(64,64,88)
#39394E
(57,57,78)
#323244
(50,50,68)
#2B2B3A
(43,43,58)
#242430
(36,36,48)
#1D1D26
(29,29,38)
#16161C
(22,22,28)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #555576

#555576
(85,85,118)
#646482
(100,100,130)
#73738E
(115,115,142)
#82829A
(130,130,154)
#9191A6
(145,145,166)
#A0A0B2
(160,160,178)
#AFAFBE
(175,175,190)
#BEBECA
(190,190,202)
#CDCDD6
(205,205,214)
#DCDCE2
(220,220,226)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555576; }

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

This text font color is #555576.

Background Color

.myBgColor { background-color: #555576; }

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

This div background color is #555576.

Border color

.myBorderColor { border: 1px solid #555576; }

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

This div border color is #555576.

Opacity

.myOpacity80 { color: #555576; opacity: 0.8; }

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

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

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

This text has shadow with #555576 color.


.textShadow {text-shadow: 3px 3px 1px #555576', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #555576; -webkit-box-shadow: 1px 1px 3px 2px #555576; box-shadow:1px 1px 3px 2px #555576;">
Div content here
</div>

This div box has shadow with color #555576.

Preview

Color preview on black background

This text has color #555576 on black background.


Color preview on white background

This text has color #555576 on white background.


Black color preview on #555576 background

This text has black color on #555576 background.


White color preview on #555576 background

This text has white color on #555576 background.


Related colors

Complementary color

Complementary color for #hex is #AAAA89.


I love getcolorcode.com