COLOR #555A7E

HEX: #555A7E
RGB: (85,90,126)

Color info

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

RGB color model

#555A7E color RGB value is (85,90,126).

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

RGB channels and saturation

R 85 of 255 = 33%
G 90 of 255 = 35%
B 126 of 255 = 49%

85
90
126

R + G + B ~ 39%. #555A7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 90 + 126 = 301 (100%)
R 85 of 301 ~ 28.24%
G 90 of 301 ~ 29.9%
B 126 of 301 ~ 41.86%

%28.24
%29.9
%41.86

CMYK color model

#555A7E color CMYK value is (33,29,0,51).

  • cyan value is 32.54%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(33,29,0,51)
C33M29Y0K51 
(33%,29%,0%,51%)
(0.33/0.29/0.00/0.51)	

CMYK percentages

%32.54
%28.57
%0
%50.59

Codes

Color #555A7E in popluar color models

555A7E
RGB8590126
HSL233°19.43%41.37%
HSB/HSV233°32.54%49.41%
CMYK32.54%28.57%0.00%
50.59%

Color #555A7E in popluar number systems.

HEX555A7E
Decimal8590126
Binary101010110110101111110
Octal125132176

Shades and tints

Shades of #555A7E

#555A7E
(85,90,126)
#4E5273
(78,82,115)
#474A68
(71,74,104)
#40425D
(64,66,93)
#393A52
(57,58,82)
#323247
(50,50,71)
#2B2A3C
(43,42,60)
#242231
(36,34,49)
#1D1A26
(29,26,38)
#16121B
(22,18,27)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #555A7E

#555A7E
(85,90,126)
#646989
(100,105,137)
#737894
(115,120,148)
#82879F
(130,135,159)
#9196AA
(145,150,170)
#A0A5B5
(160,165,181)
#AFB4C0
(175,180,192)
#BEC3CB
(190,195,203)
#CDD2D6
(205,210,214)
#DCE1E1
(220,225,225)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555A7E; }

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

This text font color is #555A7E.


Background Color

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

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

This div background color is #555A7E.


Border color

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

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

This div border color is #555A7E.


Opacity

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

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

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

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

This text has shadow with #555A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555A7E on black background.


Color preview on white background

This text has color #555A7E on white background.



Black color preview on #555A7E background

This text has black color on #555A7E background.


White color preview on #555A7E background

This text has white color on #555A7E background.