COLOR #557EAF

HEX: #557EAF
RGB: (85,126,175)

Color info

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

RGB color model

#557EAF color RGB value is (85,126,175).

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

RGB channels and saturation

R 85 of 255 = 33%
G 126 of 255 = 49%
B 175 of 255 = 69%

85
126
175

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

Portions of RGB colors in percentages

R + G + B =
85 + 126 + 175 = 386 (100%)
R 85 of 386 ~ 22.02%
G 126 of 386 ~ 32.64%
B 175 of 386 ~ 45.34%

%22.02
%32.64
%45.34

CMYK color model

#557EAF color CMYK value is (51,28,0,31).

  • cyan value is 51.43%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(51,28,0,31)
C51M28Y0K31 
(51%,28%,0%,31%)
(0.51/0.28/0.00/0.31)	

CMYK percentages

%51.43
%28
%0
%31.37

Codes

Color #557EAF in popluar color models

557EAF
RGB85126175
HSL213°36.00%50.98%
HSB/HSV213°51.43%68.63%
CMYK51.43%28.00%0.00%
31.37%

Color #557EAF in popluar number systems.

HEX557EAF
Decimal85126175
Binary1010101111111010101111
Octal125176257

Shades and tints

Shades of #557EAF

#557EAF
(85,126,175)
#4E73A0
(78,115,160)
#476891
(71,104,145)
#405D82
(64,93,130)
#395273
(57,82,115)
#324764
(50,71,100)
#2B3C55
(43,60,85)
#243146
(36,49,70)
#1D2637
(29,38,55)
#161B28
(22,27,40)
#0F1019
(15,16,25)
#000000
(0,0,0)

Tints of #557EAF

#557EAF
(85,126,175)
#6489B6
(100,137,182)
#7394BD
(115,148,189)
#829FC4
(130,159,196)
#91AACB
(145,170,203)
#A0B5D2
(160,181,210)
#AFC0D9
(175,192,217)
#BECBE0
(190,203,224)
#CDD6E7
(205,214,231)
#DCE1EE
(220,225,238)
#EBECF5
(235,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557EAF; }

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

This text font color is #557EAF.


Background Color

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

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

This div background color is #557EAF.


Border color

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

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

This div border color is #557EAF.


Opacity

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

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

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

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

This text has shadow with #557EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557EAF on black background.


Color preview on white background

This text has color #557EAF on white background.



Black color preview on #557EAF background

This text has black color on #557EAF background.


White color preview on #557EAF background

This text has white color on #557EAF background.