COLOR #557082

HEX: #557082
RGB: (85,112,130)

Color info

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

RGB color model

#557082 color RGB value is (85,112,130).

  • red value is 85;
  • green value is 112;
  • blue value is 130.
RGB:
(85,112,130)
(33%,44%,51%)

RGB channels and saturation

R 85 of 255 = 33%
G 112 of 255 = 44%
B 130 of 255 = 51%

85
112
130

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

Portions of RGB colors in percentages

R + G + B =
85 + 112 + 130 = 327 (100%)
R 85 of 327 ~ 25.99%
G 112 of 327 ~ 34.25%
B 130 of 327 ~ 39.76%

%25.99
%34.25
%39.76

CMYK color model

#557082 color CMYK value is (35,14,0,49).

  • cyan value is 34.62%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(35,14,0,49)
C35M14Y0K49 
(35%,14%,0%,49%)
(0.35/0.14/0.00/0.49)	

CMYK percentages

%34.62
%13.85
%0
%49.02

Codes

Color #557082 in popluar color models

557082
RGB85112130
HSL204°20.93%42.16%
HSB/HSV204°34.62%50.98%
CMYK34.62%13.85%0.00%
49.02%

Color #557082 in popluar number systems.

HEX557082
Decimal85112130
Binary1010101111000010000010
Octal125160202

Shades and tints

Shades of #557082

#557082
(85,112,130)
#4E6677
(78,102,119)
#475C6C
(71,92,108)
#405261
(64,82,97)
#394856
(57,72,86)
#323E4B
(50,62,75)
#2B3440
(43,52,64)
#242A35
(36,42,53)
#1D202A
(29,32,42)
#16161F
(22,22,31)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #557082

#557082
(85,112,130)
#647D8D
(100,125,141)
#738A98
(115,138,152)
#8297A3
(130,151,163)
#91A4AE
(145,164,174)
#A0B1B9
(160,177,185)
#AFBEC4
(175,190,196)
#BECBCF
(190,203,207)
#CDD8DA
(205,216,218)
#DCE5E5
(220,229,229)
#EBF2F0
(235,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557082 color. Also use rgb(85,112,130) instead hex code.

Text Font Color

.myTextColor { color: #557082; }

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

This text font color is #557082.


Background Color

.myBgColor { background-color: #557082; }

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

This div background color is #557082.


Border color

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

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

This div border color is #557082.


Opacity

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

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

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

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

This text has shadow with #557082 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557082 on black background.


Color preview on white background

This text has color #557082 on white background.



Black color preview on #557082 background

This text has black color on #557082 background.


White color preview on #557082 background

This text has white color on #557082 background.