COLOR #557C80

HEX: #557C80
RGB: (85,124,128)

Color info

#557C80 contains red, green and blue colors in about the same proportion. Web safe color of #557C80 is #666666 (or #666).

RGB color model

#557C80 color RGB value is (85,124,128).

  • red value is 85;
  • green value is 124;
  • blue value is 128.
RGB:
(85,124,128)
(33%,49%,50%)

RGB channels and saturation

R 85 of 255 = 33%
G 124 of 255 = 49%
B 128 of 255 = 50%

85
124
128

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

Portions of RGB colors in percentages

R + G + B =
85 + 124 + 128 = 337 (100%)
R 85 of 337 ~ 25.22%
G 124 of 337 ~ 36.8%
B 128 of 337 ~ 37.98%

%25.22
%36.8
%37.98

CMYK color model

#557C80 color CMYK value is (34,3,0,50).

  • cyan value is 33.59%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(34,3,0,50)
C34M3Y0K50 
(34%,3%,0%,50%)
(0.34/0.03/0.00/0.50)	

CMYK percentages

%33.59
%3.12
%0
%49.8

Codes

Color #557C80 in popluar color models

557C80
RGB85124128
HSL186°20.19%41.76%
HSB/HSV186°33.59%50.20%
CMYK33.59%3.12%0.00%
49.80%

Color #557C80 in popluar number systems.

HEX557C80
Decimal85124128
Binary1010101111110010000000
Octal125174200

Shades and tints

Shades of #557C80

#557C80
(85,124,128)
#4E7175
(78,113,117)
#47666A
(71,102,106)
#405B5F
(64,91,95)
#395054
(57,80,84)
#324549
(50,69,73)
#2B3A3E
(43,58,62)
#242F33
(36,47,51)
#1D2428
(29,36,40)
#16191D
(22,25,29)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #557C80

#557C80
(85,124,128)
#64878B
(100,135,139)
#739296
(115,146,150)
#829DA1
(130,157,161)
#91A8AC
(145,168,172)
#A0B3B7
(160,179,183)
#AFBEC2
(175,190,194)
#BEC9CD
(190,201,205)
#CDD4D8
(205,212,216)
#DCDFE3
(220,223,227)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557C80 color. Also use rgb(85,124,128) instead hex code.

Text Font Color

.myTextColor { color: #557C80; }

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

This text font color is #557C80.


Background Color

.myBgColor { background-color: #557C80; }

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

This div background color is #557C80.


Border color

.myBorderColor { border: 1px solid #557C80; }

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

This div border color is #557C80.


Opacity

.myOpacity80 { color: #557C80; opacity: 0.8; }

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

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

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

This text has shadow with #557C80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557C80 on black background.


Color preview on white background

This text has color #557C80 on white background.



Black color preview on #557C80 background

This text has black color on #557C80 background.


White color preview on #557C80 background

This text has white color on #557C80 background.