COLOR #557CA8

HEX: #557CA8
RGB: (85,124,168)

Color info

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

RGB color model

#557CA8 color RGB value is (85,124,168).

  • red value is 85;
  • green value is 124;
  • blue value is 168.
RGB:
(85,124,168)
(33%,49%,66%)

RGB channels and saturation

R 85 of 255 = 33%
G 124 of 255 = 49%
B 168 of 255 = 66%

85
124
168

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

Portions of RGB colors in percentages

R + G + B =
85 + 124 + 168 = 377 (100%)
R 85 of 377 ~ 22.55%
G 124 of 377 ~ 32.89%
B 168 of 377 ~ 44.56%

%22.55
%32.89
%44.56

CMYK color model

#557CA8 color CMYK value is (49,26,0,34).

  • cyan value is 49.40%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(49,26,0,34)
C49M26Y0K34 
(49%,26%,0%,34%)
(0.49/0.26/0.00/0.34)	

CMYK percentages

%49.4
%26.19
%0
%34.12

Codes

Color #557CA8 in popluar color models

557CA8
RGB85124168
HSL212°32.81%49.61%
HSB/HSV212°49.40%65.88%
CMYK49.40%26.19%0.00%
34.12%

Color #557CA8 in popluar number systems.

HEX557CA8
Decimal85124168
Binary1010101111110010101000
Octal125174250

Shades and tints

Shades of #557CA8

#557CA8
(85,124,168)
#4E7199
(78,113,153)
#47668A
(71,102,138)
#405B7B
(64,91,123)
#39506C
(57,80,108)
#32455D
(50,69,93)
#2B3A4E
(43,58,78)
#242F3F
(36,47,63)
#1D2430
(29,36,48)
#161921
(22,25,33)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #557CA8

#557CA8
(85,124,168)
#6487AF
(100,135,175)
#7392B6
(115,146,182)
#829DBD
(130,157,189)
#91A8C4
(145,168,196)
#A0B3CB
(160,179,203)
#AFBED2
(175,190,210)
#BEC9D9
(190,201,217)
#CDD4E0
(205,212,224)
#DCDFE7
(220,223,231)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557CA8 color. Also use rgb(85,124,168) instead hex code.

Text Font Color

.myTextColor { color: #557CA8; }

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

This text font color is #557CA8.


Background Color

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

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

This div background color is #557CA8.


Border color

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

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

This div border color is #557CA8.


Opacity

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

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

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

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

This text has shadow with #557CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557CA8 on black background.


Color preview on white background

This text has color #557CA8 on white background.



Black color preview on #557CA8 background

This text has black color on #557CA8 background.


White color preview on #557CA8 background

This text has white color on #557CA8 background.