COLOR #557388

HEX: #557388
RGB: (85,115,136)

Color info

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

RGB color model

#557388 color RGB value is (85,115,136).

  • red value is 85;
  • green value is 115;
  • blue value is 136.
RGB:
(85,115,136)
(33%,45%,53%)

RGB channels and saturation

R 85 of 255 = 33%
G 115 of 255 = 45%
B 136 of 255 = 53%

85
115
136

R + G + B ~ 44%. #557388 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 115 + 136 = 336 (100%)
R 85 of 336 ~ 25.3%
G 115 of 336 ~ 34.23%
B 136 of 336 ~ 40.48%

%25.3
%34.23
%40.48

CMYK color model

#557388 color CMYK value is (38,15,0,47).

  • cyan value is 37.50%
  • magenta value is 15.44%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(38,15,0,47)
C38M15Y0K47 
(38%,15%,0%,47%)
(0.38/0.15/0.00/0.47)	

CMYK percentages

%37.5
%15.44
%0
%46.67

Codes

Color #557388 in popluar color models

557388
RGB85115136
HSL205°23.08%43.33%
HSB/HSV205°37.50%53.33%
CMYK37.50%15.44%0.00%
46.67%

Color #557388 in popluar number systems.

HEX557388
Decimal85115136
Binary1010101111001110001000
Octal125163210

Shades and tints

Shades of #557388

#557388
(85,115,136)
#4E697C
(78,105,124)
#475F70
(71,95,112)
#405564
(64,85,100)
#394B58
(57,75,88)
#32414C
(50,65,76)
#2B3740
(43,55,64)
#242D34
(36,45,52)
#1D2328
(29,35,40)
#16191C
(22,25,28)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #557388

#557388
(85,115,136)
#647F92
(100,127,146)
#738B9C
(115,139,156)
#8297A6
(130,151,166)
#91A3B0
(145,163,176)
#A0AFBA
(160,175,186)
#AFBBC4
(175,187,196)
#BEC7CE
(190,199,206)
#CDD3D8
(205,211,216)
#DCDFE2
(220,223,226)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557388 color. Also use rgb(85,115,136) instead hex code.

Text Font Color

.myTextColor { color: #557388; }

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

This text font color is #557388.


Background Color

.myBgColor { background-color: #557388; }

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

This div background color is #557388.


Border color

.myBorderColor { border: 1px solid #557388; }

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

This div border color is #557388.


Opacity

.myOpacity80 { color: #557388; opacity: 0.8; }

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

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

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

This text has shadow with #557388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557388 on black background.


Color preview on white background

This text has color #557388 on white background.



Black color preview on #557388 background

This text has black color on #557388 background.


White color preview on #557388 background

This text has white color on #557388 background.