COLOR #558498

HEX: #558498
RGB: (85,132,152)

Color info

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

RGB color model

#558498 color RGB value is (85,132,152).

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

RGB channels and saturation

R 85 of 255 = 33%
G 132 of 255 = 52%
B 152 of 255 = 60%

85
132
152

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

Portions of RGB colors in percentages

R + G + B =
85 + 132 + 152 = 369 (100%)
R 85 of 369 ~ 23.04%
G 132 of 369 ~ 35.77%
B 152 of 369 ~ 41.19%

%23.04
%35.77
%41.19

CMYK color model

#558498 color CMYK value is (44,13,0,40).

  • cyan value is 44.08%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(44,13,0,40)
C44M13Y0K40 
(44%,13%,0%,40%)
(0.44/0.13/0.00/0.40)	

CMYK percentages

%44.08
%13.16
%0
%40.39

Codes

Color #558498 in popluar color models

558498
RGB85132152
HSL198°28.27%46.47%
HSB/HSV198°44.08%59.61%
CMYK44.08%13.16%0.00%
40.39%

Color #558498 in popluar number systems.

HEX558498
Decimal85132152
Binary10101011000010010011000
Octal125204230

Shades and tints

Shades of #558498

#558498
(85,132,152)
#4E788B
(78,120,139)
#476C7E
(71,108,126)
#406071
(64,96,113)
#395464
(57,84,100)
#324857
(50,72,87)
#2B3C4A
(43,60,74)
#24303D
(36,48,61)
#1D2430
(29,36,48)
#161823
(22,24,35)
#0F0C16
(15,12,22)
#000000
(0,0,0)

Tints of #558498

#558498
(85,132,152)
#648FA1
(100,143,161)
#739AAA
(115,154,170)
#82A5B3
(130,165,179)
#91B0BC
(145,176,188)
#A0BBC5
(160,187,197)
#AFC6CE
(175,198,206)
#BED1D7
(190,209,215)
#CDDCE0
(205,220,224)
#DCE7E9
(220,231,233)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558498; }

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

This text font color is #558498.


Background Color

.myBgColor { background-color: #558498; }

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

This div background color is #558498.


Border color

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

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

This div border color is #558498.


Opacity

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

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

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

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

This text has shadow with #558498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558498 on black background.


Color preview on white background

This text has color #558498 on white background.



Black color preview on #558498 background

This text has black color on #558498 background.


White color preview on #558498 background

This text has white color on #558498 background.