COLOR #557071

HEX: #557071
RGB: (85,112,113)

Color info

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

RGB color model

#557071 color RGB value is (85,112,113).

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

RGB channels and saturation

R 85 of 255 = 33%
G 112 of 255 = 44%
B 113 of 255 = 44%

85
112
113

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

Portions of RGB colors in percentages

R + G + B =
85 + 112 + 113 = 310 (100%)
R 85 of 310 ~ 27.42%
G 112 of 310 ~ 36.13%
B 113 of 310 ~ 36.45%

%27.42
%36.13
%36.45

CMYK color model

#557071 color CMYK value is (25,1,0,56).

  • cyan value is 24.78%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(25,1,0,56)
C25M1Y0K56 
(25%,1%,0%,56%)
(0.25/0.01/0.00/0.56)	

CMYK percentages

%24.78
%0.88
%0
%55.69

Codes

Color #557071 in popluar color models

557071
RGB85112113
HSL182°14.14%38.82%
HSB/HSV182°24.78%44.31%
CMYK24.78%0.88%0.00%
55.69%

Color #557071 in popluar number systems.

HEX557071
Decimal85112113
Binary101010111100001110001
Octal125160161

Shades and tints

Shades of #557071

#557071
(85,112,113)
#4E6667
(78,102,103)
#475C5D
(71,92,93)
#405253
(64,82,83)
#394849
(57,72,73)
#323E3F
(50,62,63)
#2B3435
(43,52,53)
#242A2B
(36,42,43)
#1D2021
(29,32,33)
#161617
(22,22,23)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #557071

#557071
(85,112,113)
#647D7D
(100,125,125)
#738A89
(115,138,137)
#829795
(130,151,149)
#91A4A1
(145,164,161)
#A0B1AD
(160,177,173)
#AFBEB9
(175,190,185)
#BECBC5
(190,203,197)
#CDD8D1
(205,216,209)
#DCE5DD
(220,229,221)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #557071; }

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

This text font color is #557071.


Background Color

.myBgColor { background-color: #557071; }

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

This div background color is #557071.


Border color

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

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

This div border color is #557071.


Opacity

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

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

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

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

This text has shadow with #557071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #557071 on black background.


Color preview on white background

This text has color #557071 on white background.



Black color preview on #557071 background

This text has black color on #557071 background.


White color preview on #557071 background

This text has white color on #557071 background.