COLOR #555571

HEX: #555571 RGB: (85,85,113)

Color info

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

RGB color model

#555571 color RGB value is (85,85,113).

RGB: (85,85,113) (33%, 33%, 44%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 113 of 255 = 44%

85
85
113

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

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 113 = 283 (100%)
R 85 of 283 ~ 30.04%
G 85 of 283 ~ 30.04%
B 113 of 283 ~ 39.93'%

%30.04
%30.04
%39.93

CMYK color model

#555571 color CMYK value is (25,25,0,56).

  • cyan value is 24.78%
  • magenta value is 24.78%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (25,25,0,56)
C25M25Y0K56 (25%, 25%, 0%, 56%)
(0.25 / 0.25 / 0.00 / 0.56)

CMYK percentages

%24.78
%24.78
%0
%55.69

Codes

Color #555571 in popluar color models

55 55 71
RGB 85 85 113
HSL 240° 14.14% 38.82%
HSB/HSV 240° 24.78% 44.31%
CMYK 24.78% 24.78% 0.00%
55.69%

Color #555571 in popluar number systems.

HEX 55 55 71
Decimal 85 85 113
Binary 1010101 1010101 1110001
Octal 125 125 161

Shades and tints

Shades of #555571

#555571
(85,85,113)
#4E4E67
(78,78,103)
#47475D
(71,71,93)
#404053
(64,64,83)
#393949
(57,57,73)
#32323F
(50,50,63)
#2B2B35
(43,43,53)
#24242B
(36,36,43)
#1D1D21
(29,29,33)
#161617
(22,22,23)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #555571

#555571
(85,85,113)
#64647D
(100,100,125)
#737389
(115,115,137)
#828295
(130,130,149)
#9191A1
(145,145,161)
#A0A0AD
(160,160,173)
#AFAFB9
(175,175,185)
#BEBEC5
(190,190,197)
#CDCDD1
(205,205,209)
#DCDCDD
(220,220,221)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555571; }

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

This text font color is #555571.

Background Color

.myBgColor { background-color: #555571; }

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

This div background color is #555571.

Border color

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

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

This div border color is #555571.

Opacity

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

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

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

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

This text has shadow with #555571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555571.

Preview

Color preview on black background

This text has color #555571 on black background.


Color preview on white background

This text has color #555571 on white background.


Black color preview on #555571 background

This text has black color on #555571 background.


White color preview on #555571 background

This text has white color on #555571 background.


Related colors

Complementary color

Complementary color for #hex is #AAAA8E.


I love getcolorcode.com