COLOR #558C99

HEX: #558C99
RGB: (85,140,153)

Color info

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

RGB color model

#558C99 color RGB value is (85,140,153).

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

RGB channels and saturation

R 85 of 255 = 33%
G 140 of 255 = 55%
B 153 of 255 = 60%

85
140
153

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

Portions of RGB colors in percentages

R + G + B =
85 + 140 + 153 = 378 (100%)
R 85 of 378 ~ 22.49%
G 140 of 378 ~ 37.04%
B 153 of 378 ~ 40.48%

%22.49
%37.04
%40.48

CMYK color model

#558C99 color CMYK value is (44,8,0,40).

  • cyan value is 44.44%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(44,8,0,40)
C44M8Y0K40 
(44%,8%,0%,40%)
(0.44/0.08/0.00/0.40)	

CMYK percentages

%44.44
%8.5
%0
%40

Codes

Color #558C99 in popluar color models

558C99
RGB85140153
HSL191°28.57%46.67%
HSB/HSV191°44.44%60.00%
CMYK44.44%8.50%0.00%
40.00%

Color #558C99 in popluar number systems.

HEX558C99
Decimal85140153
Binary10101011000110010011001
Octal125214231

Shades and tints

Shades of #558C99

#558C99
(85,140,153)
#4E808C
(78,128,140)
#47747F
(71,116,127)
#406872
(64,104,114)
#395C65
(57,92,101)
#325058
(50,80,88)
#2B444B
(43,68,75)
#24383E
(36,56,62)
#1D2C31
(29,44,49)
#162024
(22,32,36)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #558C99

#558C99
(85,140,153)
#6496A2
(100,150,162)
#73A0AB
(115,160,171)
#82AAB4
(130,170,180)
#91B4BD
(145,180,189)
#A0BEC6
(160,190,198)
#AFC8CF
(175,200,207)
#BED2D8
(190,210,216)
#CDDCE1
(205,220,225)
#DCE6EA
(220,230,234)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558C99; }

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

This text font color is #558C99.


Background Color

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

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

This div background color is #558C99.


Border color

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

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

This div border color is #558C99.


Opacity

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

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

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

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

This text has shadow with #558C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558C99 on black background.


Color preview on white background

This text has color #558C99 on white background.



Black color preview on #558C99 background

This text has black color on #558C99 background.


White color preview on #558C99 background

This text has white color on #558C99 background.