COLOR #558984

HEX: #558984
RGB: (85,137,132)

Color info

#558984 contains red, green and blue colors in about the same proportion. Web safe color of #558984 is #669999 (or #699).

RGB color model

#558984 color RGB value is (85,137,132).

  • red value is 85;
  • green value is 137;
  • blue value is 132.
RGB:
(85,137,132)
(33%,54%,52%)

RGB channels and saturation

R 85 of 255 = 33%
G 137 of 255 = 54%
B 132 of 255 = 52%

85
137
132

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

Portions of RGB colors in percentages

R + G + B =
85 + 137 + 132 = 354 (100%)
R 85 of 354 ~ 24.01%
G 137 of 354 ~ 38.7%
B 132 of 354 ~ 37.29%

%24.01
%38.7
%37.29

CMYK color model

#558984 color CMYK value is (38,0,4,46).

  • cyan value is 37.96%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 46.27%
CMYK:
(38,0,4,46)
C38M0Y4K46 
(38%,0%,4%,46%)
(0.38/0.00/0.04/0.46)	

CMYK percentages

%37.96
%0
%3.65
%46.27

Codes

Color #558984 in popluar color models

558984
RGB85137132
HSL174°23.42%43.53%
HSB/HSV174°37.96%53.73%
CMYK37.96%0.00%3.65%
46.27%

Color #558984 in popluar number systems.

HEX558984
Decimal85137132
Binary10101011000100110000100
Octal125211204

Shades and tints

Shades of #558984

#558984
(85,137,132)
#4E7D78
(78,125,120)
#47716C
(71,113,108)
#406560
(64,101,96)
#395954
(57,89,84)
#324D48
(50,77,72)
#2B413C
(43,65,60)
#243530
(36,53,48)
#1D2924
(29,41,36)
#161D18
(22,29,24)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #558984

#558984
(85,137,132)
#64938F
(100,147,143)
#739D9A
(115,157,154)
#82A7A5
(130,167,165)
#91B1B0
(145,177,176)
#A0BBBB
(160,187,187)
#AFC5C6
(175,197,198)
#BECFD1
(190,207,209)
#CDD9DC
(205,217,220)
#DCE3E7
(220,227,231)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558984 color. Also use rgb(85,137,132) instead hex code.

Text Font Color

.myTextColor { color: #558984; }

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

This text font color is #558984.


Background Color

.myBgColor { background-color: #558984; }

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

This div background color is #558984.


Border color

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

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

This div border color is #558984.


Opacity

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

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

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

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

This text has shadow with #558984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558984 on black background.


Color preview on white background

This text has color #558984 on white background.



Black color preview on #558984 background

This text has black color on #558984 background.


White color preview on #558984 background

This text has white color on #558984 background.