COLOR #558492

HEX: #558492
RGB: (85,132,146)

Color info

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

RGB color model

#558492 color RGB value is (85,132,146).

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

RGB channels and saturation

R 85 of 255 = 33%
G 132 of 255 = 52%
B 146 of 255 = 57%

85
132
146

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

Portions of RGB colors in percentages

R + G + B =
85 + 132 + 146 = 363 (100%)
R 85 of 363 ~ 23.42%
G 132 of 363 ~ 36.36%
B 146 of 363 ~ 40.22%

%23.42
%36.36
%40.22

CMYK color model

#558492 color CMYK value is (42,10,0,43).

  • cyan value is 41.78%
  • magenta value is 9.59%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(42,10,0,43)
C42M10Y0K43 
(42%,10%,0%,43%)
(0.42/0.10/0.00/0.43)	

CMYK percentages

%41.78
%9.59
%0
%42.75

Codes

Color #558492 in popluar color models

558492
RGB85132146
HSL194°26.41%45.29%
HSB/HSV194°41.78%57.25%
CMYK41.78%9.59%0.00%
42.75%

Color #558492 in popluar number systems.

HEX558492
Decimal85132146
Binary10101011000010010010010
Octal125204222

Shades and tints

Shades of #558492

#558492
(85,132,146)
#4E7885
(78,120,133)
#476C78
(71,108,120)
#40606B
(64,96,107)
#39545E
(57,84,94)
#324851
(50,72,81)
#2B3C44
(43,60,68)
#243037
(36,48,55)
#1D242A
(29,36,42)
#16181D
(22,24,29)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #558492

#558492
(85,132,146)
#648F9B
(100,143,155)
#739AA4
(115,154,164)
#82A5AD
(130,165,173)
#91B0B6
(145,176,182)
#A0BBBF
(160,187,191)
#AFC6C8
(175,198,200)
#BED1D1
(190,209,209)
#CDDCDA
(205,220,218)
#DCE7E3
(220,231,227)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558492; }

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

This text font color is #558492.


Background Color

.myBgColor { background-color: #558492; }

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

This div background color is #558492.


Border color

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

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

This div border color is #558492.


Opacity

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

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

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

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

This text has shadow with #558492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558492 on black background.


Color preview on white background

This text has color #558492 on white background.



Black color preview on #558492 background

This text has black color on #558492 background.


White color preview on #558492 background

This text has white color on #558492 background.