COLOR #558295

HEX: #558295
RGB: (85,130,149)

Color info

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

RGB color model

#558295 color RGB value is (85,130,149).

  • red value is 85;
  • green value is 130;
  • blue value is 149.
RGB:
(85,130,149)
(33%,51%,58%)

RGB channels and saturation

R 85 of 255 = 33%
G 130 of 255 = 51%
B 149 of 255 = 58%

85
130
149

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

Portions of RGB colors in percentages

R + G + B =
85 + 130 + 149 = 364 (100%)
R 85 of 364 ~ 23.35%
G 130 of 364 ~ 35.71%
B 149 of 364 ~ 40.93%

%23.35
%35.71
%40.93

CMYK color model

#558295 color CMYK value is (43,13,0,42).

  • cyan value is 42.95%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(43,13,0,42)
C43M13Y0K42 
(43%,13%,0%,42%)
(0.43/0.13/0.00/0.42)	

CMYK percentages

%42.95
%12.75
%0
%41.57

Codes

Color #558295 in popluar color models

558295
RGB85130149
HSL198°27.35%45.88%
HSB/HSV198°42.95%58.43%
CMYK42.95%12.75%0.00%
41.57%

Color #558295 in popluar number systems.

HEX558295
Decimal85130149
Binary10101011000001010010101
Octal125202225

Shades and tints

Shades of #558295

#558295
(85,130,149)
#4E7788
(78,119,136)
#476C7B
(71,108,123)
#40616E
(64,97,110)
#395661
(57,86,97)
#324B54
(50,75,84)
#2B4047
(43,64,71)
#24353A
(36,53,58)
#1D2A2D
(29,42,45)
#161F20
(22,31,32)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #558295

#558295
(85,130,149)
#648D9E
(100,141,158)
#7398A7
(115,152,167)
#82A3B0
(130,163,176)
#91AEB9
(145,174,185)
#A0B9C2
(160,185,194)
#AFC4CB
(175,196,203)
#BECFD4
(190,207,212)
#CDDADD
(205,218,221)
#DCE5E6
(220,229,230)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558295 color. Also use rgb(85,130,149) instead hex code.

Text Font Color

.myTextColor { color: #558295; }

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

This text font color is #558295.


Background Color

.myBgColor { background-color: #558295; }

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

This div background color is #558295.


Border color

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

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

This div border color is #558295.


Opacity

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

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

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

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

This text has shadow with #558295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558295 on black background.


Color preview on white background

This text has color #558295 on white background.



Black color preview on #558295 background

This text has black color on #558295 background.


White color preview on #558295 background

This text has white color on #558295 background.