COLOR #558C9F

HEX: #558C9F
RGB: (85,140,159)

Color info

#558C9F contains mainly green and blue colors. Web safe color of #558C9F is #669999 (or #699).

RGB color model

#558C9F color RGB value is (85,140,159).

  • red value is 85;
  • green value is 140;
  • blue value is 159.
RGB:
(85,140,159)
(33%,55%,62%)

RGB channels and saturation

R 85 of 255 = 33%
G 140 of 255 = 55%
B 159 of 255 = 62%

85
140
159

R + G + B ~ 50%. #558C9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 140 + 159 = 384 (100%)
R 85 of 384 ~ 22.14%
G 140 of 384 ~ 36.46%
B 159 of 384 ~ 41.41%

%22.14
%36.46
%41.41

CMYK color model

#558C9F color CMYK value is (47,12,0,38).

  • cyan value is 46.54%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(47,12,0,38)
C47M12Y0K38 
(47%,12%,0%,38%)
(0.47/0.12/0.00/0.38)	

CMYK percentages

%46.54
%11.95
%0
%37.65

Codes

Color #558C9F in popluar color models

558C9F
RGB85140159
HSL195°30.33%47.84%
HSB/HSV195°46.54%62.35%
CMYK46.54%11.95%0.00%
37.65%

Color #558C9F in popluar number systems.

HEX558C9F
Decimal85140159
Binary10101011000110010011111
Octal125214237

Shades and tints

Shades of #558C9F

#558C9F
(85,140,159)
#4E8091
(78,128,145)
#477483
(71,116,131)
#406875
(64,104,117)
#395C67
(57,92,103)
#325059
(50,80,89)
#2B444B
(43,68,75)
#24383D
(36,56,61)
#1D2C2F
(29,44,47)
#162021
(22,32,33)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #558C9F

#558C9F
(85,140,159)
#6496A7
(100,150,167)
#73A0AF
(115,160,175)
#82AAB7
(130,170,183)
#91B4BF
(145,180,191)
#A0BEC7
(160,190,199)
#AFC8CF
(175,200,207)
#BED2D7
(190,210,215)
#CDDCDF
(205,220,223)
#DCE6E7
(220,230,231)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558C9F color. Also use rgb(85,140,159) instead hex code.

Text Font Color

.myTextColor { color: #558C9F; }

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

This text font color is #558C9F.


Background Color

.myBgColor { background-color: #558C9F; }

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

This div background color is #558C9F.


Border color

.myBorderColor { border: 1px solid #558C9F; }

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

This div border color is #558C9F.


Opacity

.myOpacity80 { color: #558C9F; opacity: 0.8; }

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

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

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

This text has shadow with #558C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558C9F on black background.


Color preview on white background

This text has color #558C9F on white background.



Black color preview on #558C9F background

This text has black color on #558C9F background.


White color preview on #558C9F background

This text has white color on #558C9F background.