COLOR #557486

HEX: #557486
RGB: (85,116,134)

Color info

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

RGB color model

#557486 color RGB value is (85,116,134).

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

RGB channels and saturation

R 85 of 255 = 33%
G 116 of 255 = 45%
B 134 of 255 = 53%

85
116
134

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

Portions of RGB colors in percentages

R + G + B =
85 + 116 + 134 = 335 (100%)
R 85 of 335 ~ 25.37%
G 116 of 335 ~ 34.63%
B 134 of 335 ~ 40%

%25.37
%34.63
%40

CMYK color model

#557486 color CMYK value is (37,13,0,47).

  • cyan value is 36.57%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(37,13,0,47)
C37M13Y0K47 
(37%,13%,0%,47%)
(0.37/0.13/0.00/0.47)	

CMYK percentages

%36.57
%13.43
%0
%47.45

Codes

Color #557486 in popluar color models

557486
RGB85116134
HSL202°22.37%42.94%
HSB/HSV202°36.57%52.55%
CMYK36.57%13.43%0.00%
47.45%

Color #557486 in popluar number systems.

HEX557486
Decimal85116134
Binary1010101111010010000110
Octal125164206

Shades and tints

Shades of #557486

#557486
(85,116,134)
#4E6A7A
(78,106,122)
#47606E
(71,96,110)
#405662
(64,86,98)
#394C56
(57,76,86)
#32424A
(50,66,74)
#2B383E
(43,56,62)
#242E32
(36,46,50)
#1D2426
(29,36,38)
#161A1A
(22,26,26)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #557486

#557486
(85,116,134)
#648091
(100,128,145)
#738C9C
(115,140,156)
#8298A7
(130,152,167)
#91A4B2
(145,164,178)
#A0B0BD
(160,176,189)
#AFBCC8
(175,188,200)
#BEC8D3
(190,200,211)
#CDD4DE
(205,212,222)
#DCE0E9
(220,224,233)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557486 color. Also use rgb(85,116,134) instead hex code.

Text Font Color

.myTextColor { color: #557486; }

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

This text font color is #557486.


Background Color

.myBgColor { background-color: #557486; }

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

This div background color is #557486.


Border color

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

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

This div border color is #557486.


Opacity

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

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

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

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

This text has shadow with #557486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557486 on black background.


Color preview on white background

This text has color #557486 on white background.



Black color preview on #557486 background

This text has black color on #557486 background.


White color preview on #557486 background

This text has white color on #557486 background.