COLOR #55587A

HEX: #55587A RGB: (85,88,122)

Color info

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

RGB color model

#55587A color RGB value is (85,88,122).

RGB: (85,88,122) (33%, 35%, 48%)

RGB channels and saturation

R 85 of 255 = 33%
G 88 of 255 = 35%
B 122 of 255 = 48%

85
88
122

R + G + B ~ 39%. #55587A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 88 + 122 = 295 (100%)
R 85 of 295 ~ 28.81%
G 88 of 295 ~ 29.83%
B 122 of 295 ~ 41.36'%

%28.81
%29.83
%41.36

CMYK color model

#55587A color CMYK value is (30,28,0,52).

  • cyan value is 30.33%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (30,28,0,52) C30M28Y0K52 (30%,28%,0%,52%) (0.30/0.28/0.00/0.52) 

CMYK percentages

%30.33
%27.87
%0
%52.16

Codes

Color #55587A in popluar color models

55 58 7A
RGB 85 88 122
HSL 235° 17.87% 40.59%
HSB/HSV 235° 30.33% 47.84%
CMYK 30.33% 27.87% 0.00%
52.16%

Color #55587A in popluar number systems.

HEX 55 58 7A
Decimal 85 88 122
Binary 1010101 1011000 1111010
Octal 125 130 172

Shades and tints

Shades of #55587A

#55587A
(85,88,122)
#4E506F
(78,80,111)
#474864
(71,72,100)
#404059
(64,64,89)
#39384E
(57,56,78)
#323043
(50,48,67)
#2B2838
(43,40,56)
#24202D
(36,32,45)
#1D1822
(29,24,34)
#161017
(22,16,23)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #55587A

#55587A
(85,88,122)
#646786
(100,103,134)
#737692
(115,118,146)
#82859E
(130,133,158)
#9194AA
(145,148,170)
#A0A3B6
(160,163,182)
#AFB2C2
(175,178,194)
#BEC1CE
(190,193,206)
#CDD0DA
(205,208,218)
#DCDFE6
(220,223,230)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55587A color. Also use rgb(85,88,122) instead hex code.

Text Font Color

.myTextColor { color: #55587A; }

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

This text font color is #55587A.

Background Color

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

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

This div background color is #55587A.

Border color

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

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

This div border color is #55587A.

Opacity

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

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

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

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

This text has shadow with #55587A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55587A.

Preview

Color preview on black background

This text has color #55587A on black background.


Color preview on white background

This text has color #55587A on white background.


Black color preview on #55587A background

This text has black color on #55587A background.


White color preview on #55587A background

This text has white color on #55587A background.


Related colors

Complementary color

Complementary color for #hex is #AAA785.


I love getcolorcode.com

Triadic colors

1 #7A5558 and #587A55 with #55587A are triadic colors.

2 #7A5855 and #58557A with #55587A are triadic colors.