COLOR #557782

HEX: #557782
RGB: (85,119,130)

Color info

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

RGB color model

#557782 color RGB value is (85,119,130).

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

RGB channels and saturation

R 85 of 255 = 33%
G 119 of 255 = 47%
B 130 of 255 = 51%

85
119
130

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

Portions of RGB colors in percentages

R + G + B =
85 + 119 + 130 = 334 (100%)
R 85 of 334 ~ 25.45%
G 119 of 334 ~ 35.63%
B 130 of 334 ~ 38.92%

%25.45
%35.63
%38.92

CMYK color model

#557782 color CMYK value is (35,8,0,49).

  • cyan value is 34.62%
  • magenta value is 8.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(35,8,0,49)
C35M8Y0K49 
(35%,8%,0%,49%)
(0.35/0.08/0.00/0.49)	

CMYK percentages

%34.62
%8.46
%0
%49.02

Codes

Color #557782 in popluar color models

557782
RGB85119130
HSL195°20.93%42.16%
HSB/HSV195°34.62%50.98%
CMYK34.62%8.46%0.00%
49.02%

Color #557782 in popluar number systems.

HEX557782
Decimal85119130
Binary1010101111011110000010
Octal125167202

Shades and tints

Shades of #557782

#557782
(85,119,130)
#4E6D77
(78,109,119)
#47636C
(71,99,108)
#405961
(64,89,97)
#394F56
(57,79,86)
#32454B
(50,69,75)
#2B3B40
(43,59,64)
#243135
(36,49,53)
#1D272A
(29,39,42)
#161D1F
(22,29,31)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #557782

#557782
(85,119,130)
#64838D
(100,131,141)
#738F98
(115,143,152)
#829BA3
(130,155,163)
#91A7AE
(145,167,174)
#A0B3B9
(160,179,185)
#AFBFC4
(175,191,196)
#BECBCF
(190,203,207)
#CDD7DA
(205,215,218)
#DCE3E5
(220,227,229)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557782; }

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

This text font color is #557782.


Background Color

.myBgColor { background-color: #557782; }

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

This div background color is #557782.


Border color

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

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

This div border color is #557782.


Opacity

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

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

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

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

This text has shadow with #557782 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557782 on black background.


Color preview on white background

This text has color #557782 on white background.



Black color preview on #557782 background

This text has black color on #557782 background.


White color preview on #557782 background

This text has white color on #557782 background.