COLOR #557084

HEX: #557084
RGB: (85,112,132)

Color info

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

RGB color model

#557084 color RGB value is (85,112,132).

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

RGB channels and saturation

R 85 of 255 = 33%
G 112 of 255 = 44%
B 132 of 255 = 52%

85
112
132

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

Portions of RGB colors in percentages

R + G + B =
85 + 112 + 132 = 329 (100%)
R 85 of 329 ~ 25.84%
G 112 of 329 ~ 34.04%
B 132 of 329 ~ 40.12%

%25.84
%34.04
%40.12

CMYK color model

#557084 color CMYK value is (36,15,0,48).

  • cyan value is 35.61%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(36,15,0,48)
C36M15Y0K48 
(36%,15%,0%,48%)
(0.36/0.15/0.00/0.48)	

CMYK percentages

%35.61
%15.15
%0
%48.24

Codes

Color #557084 in popluar color models

557084
RGB85112132
HSL206°21.66%42.55%
HSB/HSV206°35.61%51.76%
CMYK35.61%15.15%0.00%
48.24%

Color #557084 in popluar number systems.

HEX557084
Decimal85112132
Binary1010101111000010000100
Octal125160204

Shades and tints

Shades of #557084

#557084
(85,112,132)
#4E6678
(78,102,120)
#475C6C
(71,92,108)
#405260
(64,82,96)
#394854
(57,72,84)
#323E48
(50,62,72)
#2B343C
(43,52,60)
#242A30
(36,42,48)
#1D2024
(29,32,36)
#161618
(22,22,24)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #557084

#557084
(85,112,132)
#647D8F
(100,125,143)
#738A9A
(115,138,154)
#8297A5
(130,151,165)
#91A4B0
(145,164,176)
#A0B1BB
(160,177,187)
#AFBEC6
(175,190,198)
#BECBD1
(190,203,209)
#CDD8DC
(205,216,220)
#DCE5E7
(220,229,231)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557084; }

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

This text font color is #557084.


Background Color

.myBgColor { background-color: #557084; }

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

This div background color is #557084.


Border color

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

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

This div border color is #557084.


Opacity

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

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

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

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

This text has shadow with #557084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557084 on black background.


Color preview on white background

This text has color #557084 on white background.



Black color preview on #557084 background

This text has black color on #557084 background.


White color preview on #557084 background

This text has white color on #557084 background.