COLOR #555A89

HEX: #555A89
RGB: (85,90,137)

Color info

#555A89 contains red, green and blue colors in about the same proportion. Web safe color of #555A89 is #666699 (or #669).

RGB color model

#555A89 color RGB value is (85,90,137).

  • red value is 85;
  • green value is 90;
  • blue value is 137.
RGB:
(85,90,137)
(33%,35%,54%)

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 137 of 255 = 54%

85
90
137

R + G + B ~ 41%. #555A89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 137 = 312 (100%)
R 85 of 312 ~ 27.24%
G 90 of 312 ~ 28.85%
B 137 of 312 ~ 43.91%

%27.24
%28.85
%43.91

CMYK color model

#555A89 color CMYK value is (38,34,0,46).

  • cyan value is 37.96%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(38,34,0,46)
C38M34Y0K46 
(38%,34%,0%,46%)
(0.38/0.34/0.00/0.46)	

CMYK percentages

%37.96
%34.31
%0
%46.27

Codes

Color #555A89 in popluar color models

555A89
RGB8590137
HSL234°23.42%43.53%
HSB/HSV234°37.96%53.73%
CMYK37.96%34.31%0.00%
46.27%

Color #555A89 in popluar number systems.

HEX555A89
Decimal8590137
Binary1010101101101010001001
Octal125132211

Shades and tints

Shades of #555A89

#555A89
(85,90,137)
#4E527D
(78,82,125)
#474A71
(71,74,113)
#404265
(64,66,101)
#393A59
(57,58,89)
#32324D
(50,50,77)
#2B2A41
(43,42,65)
#242235
(36,34,53)
#1D1A29
(29,26,41)
#16121D
(22,18,29)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #555A89

#555A89
(85,90,137)
#646993
(100,105,147)
#73789D
(115,120,157)
#8287A7
(130,135,167)
#9196B1
(145,150,177)
#A0A5BB
(160,165,187)
#AFB4C5
(175,180,197)
#BEC3CF
(190,195,207)
#CDD2D9
(205,210,217)
#DCE1E3
(220,225,227)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555A89 color. Also use rgb(85,90,137) instead hex code.

Text Font Color

.myTextColor { color: #555A89; }

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

This text font color is #555A89.


Background Color

.myBgColor { background-color: #555A89; }

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

This div background color is #555A89.


Border color

.myBorderColor { border: 1px solid #555A89; }

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

This div border color is #555A89.


Opacity

.myOpacity80 { color: #555A89; opacity: 0.8; }

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

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

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

This text has shadow with #555A89 color.

.textShadow {text-shadow: 3px 3px 1px #555A89, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A89 on black background.


Color preview on white background

This text has color #555A89 on white background.



Black color preview on #555A89 background

This text has black color on #555A89 background.


White color preview on #555A89 background

This text has white color on #555A89 background.