COLOR #557EAB

HEX: #557EAB
RGB: (85,126,171)

Color info

#557EAB contains mainly green and blue colors. Web safe color of #557EAB is #666699 (or #669).

RGB color model

#557EAB color RGB value is (85,126,171).

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

RGB channels and saturation

R 85 of 255 = 33%
G 126 of 255 = 49%
B 171 of 255 = 67%

85
126
171

R + G + B ~ 50%. #557EAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 126 + 171 = 382 (100%)
R 85 of 382 ~ 22.25%
G 126 of 382 ~ 32.98%
B 171 of 382 ~ 44.76%

%22.25
%32.98
%44.76

CMYK color model

#557EAB color CMYK value is (50,26,0,33).

  • cyan value is 50.29%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(50,26,0,33)
C50M26Y0K33 
(50%,26%,0%,33%)
(0.50/0.26/0.00/0.33)	

CMYK percentages

%50.29
%26.32
%0
%32.94

Codes

Color #557EAB in popluar color models

557EAB
RGB85126171
HSL211°33.86%50.20%
HSB/HSV211°50.29%67.06%
CMYK50.29%26.32%0.00%
32.94%

Color #557EAB in popluar number systems.

HEX557EAB
Decimal85126171
Binary1010101111111010101011
Octal125176253

Shades and tints

Shades of #557EAB

#557EAB
(85,126,171)
#4E739C
(78,115,156)
#47688D
(71,104,141)
#405D7E
(64,93,126)
#39526F
(57,82,111)
#324760
(50,71,96)
#2B3C51
(43,60,81)
#243142
(36,49,66)
#1D2633
(29,38,51)
#161B24
(22,27,36)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #557EAB

#557EAB
(85,126,171)
#6489B2
(100,137,178)
#7394B9
(115,148,185)
#829FC0
(130,159,192)
#91AAC7
(145,170,199)
#A0B5CE
(160,181,206)
#AFC0D5
(175,192,213)
#BECBDC
(190,203,220)
#CDD6E3
(205,214,227)
#DCE1EA
(220,225,234)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557EAB color. Also use rgb(85,126,171) instead hex code.

Text Font Color

.myTextColor { color: #557EAB; }

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

This text font color is #557EAB.


Background Color

.myBgColor { background-color: #557EAB; }

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

This div background color is #557EAB.


Border color

.myBorderColor { border: 1px solid #557EAB; }

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

This div border color is #557EAB.


Opacity

.myOpacity80 { color: #557EAB; opacity: 0.8; }

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

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

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

This text has shadow with #557EAB color.

.textShadow {text-shadow: 3px 3px 1px #557EAB, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557EAB on black background.


Color preview on white background

This text has color #557EAB on white background.



Black color preview on #557EAB background

This text has black color on #557EAB background.


White color preview on #557EAB background

This text has white color on #557EAB background.