COLOR #558081

HEX: #558081
RGB: (85,128,129)

Color info

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

RGB color model

#558081 color RGB value is (85,128,129).

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

RGB channels and saturation

R 85 of 255 = 33%
G 128 of 255 = 50%
B 129 of 255 = 51%

85
128
129

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

Portions of RGB colors in percentages

R + G + B =
85 + 128 + 129 = 342 (100%)
R 85 of 342 ~ 24.85%
G 128 of 342 ~ 37.43%
B 129 of 342 ~ 37.72%

%24.85
%37.43
%37.72

CMYK color model

#558081 color CMYK value is (34,1,0,49).

  • cyan value is 34.11%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(34,1,0,49)
C34M1Y0K49 
(34%,1%,0%,49%)
(0.34/0.01/0.00/0.49)	

CMYK percentages

%34.11
%0.78
%0
%49.41

Codes

Color #558081 in popluar color models

558081
RGB85128129
HSL181°20.56%41.96%
HSB/HSV181°34.11%50.59%
CMYK34.11%0.78%0.00%
49.41%

Color #558081 in popluar number systems.

HEX558081
Decimal85128129
Binary10101011000000010000001
Octal125200201

Shades and tints

Shades of #558081

#558081
(85,128,129)
#4E7576
(78,117,118)
#476A6B
(71,106,107)
#405F60
(64,95,96)
#395455
(57,84,85)
#32494A
(50,73,74)
#2B3E3F
(43,62,63)
#243334
(36,51,52)
#1D2829
(29,40,41)
#161D1E
(22,29,30)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #558081

#558081
(85,128,129)
#648B8C
(100,139,140)
#739697
(115,150,151)
#82A1A2
(130,161,162)
#91ACAD
(145,172,173)
#A0B7B8
(160,183,184)
#AFC2C3
(175,194,195)
#BECDCE
(190,205,206)
#CDD8D9
(205,216,217)
#DCE3E4
(220,227,228)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558081; }

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

This text font color is #558081.


Background Color

.myBgColor { background-color: #558081; }

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

This div background color is #558081.


Border color

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

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

This div border color is #558081.


Opacity

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

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

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

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

This text has shadow with #558081 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558081 on black background.


Color preview on white background

This text has color #558081 on white background.



Black color preview on #558081 background

This text has black color on #558081 background.


White color preview on #558081 background

This text has white color on #558081 background.