COLOR #555770

HEX: #555770 RGB: (85,87,112)

Color info

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

RGB color model

#555770 color RGB value is (85,87,112).

RGB: (85,87,112) (33%, 34%, 44%)

RGB channels and saturation

R 85 of 255 = 33%
G 87 of 255 = 34%
B 112 of 255 = 44%

85
87
112

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

Portions of RGB colors in percentages

R + G + B = 85 + 87 + 112 = 284 (100%)
R 85 of 284 ~ 29.93%
G 87 of 284 ~ 30.63%
B 112 of 284 ~ 39.44'%

%29.93
%30.63
%39.44

CMYK color model

#555770 color CMYK value is (24,22,0,56).

  • cyan value is 24.11%
  • magenta value is 22.32%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (24,22,0,56)
C24M22Y0K56 (24%, 22%, 0%, 56%)
(0.24 / 0.22 / 0.00 / 0.56)

CMYK percentages

%24.11
%22.32
%0
%56.08

Codes

Color #555770 in popluar color models

55 57 70
RGB 85 87 112
HSL 236° 13.71% 38.63%
HSB/HSV 236° 24.11% 43.92%
CMYK 24.11% 22.32% 0.00%
56.08%

Color #555770 in popluar number systems.

HEX 55 57 70
Decimal 85 87 112
Binary 1010101 1010111 1110000
Octal 125 127 160

Shades and tints

Shades of #555770

#555770
(85,87,112)
#4E5066
(78,80,102)
#47495C
(71,73,92)
#404252
(64,66,82)
#393B48
(57,59,72)
#32343E
(50,52,62)
#2B2D34
(43,45,52)
#24262A
(36,38,42)
#1D1F20
(29,31,32)
#161816
(22,24,22)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #555770

#555770
(85,87,112)
#64667D
(100,102,125)
#73758A
(115,117,138)
#828497
(130,132,151)
#9193A4
(145,147,164)
#A0A2B1
(160,162,177)
#AFB1BE
(175,177,190)
#BEC0CB
(190,192,203)
#CDCFD8
(205,207,216)
#DCDEE5
(220,222,229)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555770; }

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

This text font color is #555770.

Background Color

.myBgColor { background-color: #555770; }

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

This div background color is #555770.

Border color

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

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

This div border color is #555770.

Opacity

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

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

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

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

This text has shadow with #555770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555770.

Preview

Color preview on black background

This text has color #555770 on black background.


Color preview on white background

This text has color #555770 on white background.


Black color preview on #555770 background

This text has black color on #555770 background.


White color preview on #555770 background

This text has white color on #555770 background.


Related colors

Complementary color

Complementary color for #hex is #AAA88F.


I love getcolorcode.com

Triadic colors

1 #705557 and #577055 with #555770 are triadic colors.

2 #705755 and #575570 with #555770 are triadic colors.