COLOR #557E7C

HEX: #557E7C
RGB: (85,126,124)

Color info

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

RGB color model

#557E7C color RGB value is (85,126,124).

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

RGB channels and saturation

R 85 of 255 = 33%
G 126 of 255 = 49%
B 124 of 255 = 49%

85
126
124

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

Portions of RGB colors in percentages

R + G + B =
85 + 126 + 124 = 335 (100%)
R 85 of 335 ~ 25.37%
G 126 of 335 ~ 37.61%
B 124 of 335 ~ 37.01%

%25.37
%37.61
%37.01

CMYK color model

#557E7C color CMYK value is (33,0,2,51).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 1.59%
  • key color value is 50.59%
CMYK:
(33,0,2,51)
C33M0Y2K51 
(33%,0%,2%,51%)
(0.33/0.00/0.02/0.51)	

CMYK percentages

%32.54
%0
%1.59
%50.59

Codes

Color #557E7C in popluar color models

557E7C
RGB85126124
HSL177°19.43%41.37%
HSB/HSV177°32.54%49.41%
CMYK32.54%0.00%1.59%
50.59%

Color #557E7C in popluar number systems.

HEX557E7C
Decimal85126124
Binary101010111111101111100
Octal125176174

Shades and tints

Shades of #557E7C

#557E7C
(85,126,124)
#4E7371
(78,115,113)
#476866
(71,104,102)
#405D5B
(64,93,91)
#395250
(57,82,80)
#324745
(50,71,69)
#2B3C3A
(43,60,58)
#24312F
(36,49,47)
#1D2624
(29,38,36)
#161B19
(22,27,25)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #557E7C

#557E7C
(85,126,124)
#648987
(100,137,135)
#739492
(115,148,146)
#829F9D
(130,159,157)
#91AAA8
(145,170,168)
#A0B5B3
(160,181,179)
#AFC0BE
(175,192,190)
#BECBC9
(190,203,201)
#CDD6D4
(205,214,212)
#DCE1DF
(220,225,223)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557E7C; }

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

This text font color is #557E7C.


Background Color

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

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

This div background color is #557E7C.


Border color

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

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

This div border color is #557E7C.


Opacity

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

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

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

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

This text has shadow with #557E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557E7C on black background.


Color preview on white background

This text has color #557E7C on white background.



Black color preview on #557E7C background

This text has black color on #557E7C background.


White color preview on #557E7C background

This text has white color on #557E7C background.