COLOR #578B95

HEX: #578B95
RGB: (87,139,149)

Color info

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

RGB color model

#578B95 color RGB value is (87,139,149).

  • red value is 87;
  • green value is 139;
  • blue value is 149.
RGB:
(87,139,149)
(34%,55%,58%)

RGB channels and saturation

R 87 of 255 = 34%
G 139 of 255 = 55%
B 149 of 255 = 58%

87
139
149

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

Portions of RGB colors in percentages

R + G + B =
87 + 139 + 149 = 375 (100%)
R 87 of 375 ~ 23.2%
G 139 of 375 ~ 37.07%
B 149 of 375 ~ 39.73%

%23.2
%37.07
%39.73

CMYK color model

#578B95 color CMYK value is (42,7,0,42).

  • cyan value is 41.61%
  • magenta value is 6.71%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(42,7,0,42)
C42M7Y0K42 
(42%,7%,0%,42%)
(0.42/0.07/0.00/0.42)	

CMYK percentages

%41.61
%6.71
%0
%41.57

Codes

Color #578B95 in popluar color models

578B95
RGB87139149
HSL190°26.27%46.27%
HSB/HSV190°41.61%58.43%
CMYK41.61%6.71%0.00%
41.57%

Color #578B95 in popluar number systems.

HEX578B95
Decimal87139149
Binary10101111000101110010101
Octal127213225

Shades and tints

Shades of #578B95

#578B95
(87,139,149)
#507F88
(80,127,136)
#49737B
(73,115,123)
#42676E
(66,103,110)
#3B5B61
(59,91,97)
#344F54
(52,79,84)
#2D4347
(45,67,71)
#26373A
(38,55,58)
#1F2B2D
(31,43,45)
#181F20
(24,31,32)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #578B95

#578B95
(87,139,149)
#66959E
(102,149,158)
#759FA7
(117,159,167)
#84A9B0
(132,169,176)
#93B3B9
(147,179,185)
#A2BDC2
(162,189,194)
#B1C7CB
(177,199,203)
#C0D1D4
(192,209,212)
#CFDBDD
(207,219,221)
#DEE5E6
(222,229,230)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #578B95 color. Also use rgb(87,139,149) instead hex code.

Text Font Color

.myTextColor { color: #578B95; }

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

This text font color is #578B95.


Background Color

.myBgColor { background-color: #578B95; }

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

This div background color is #578B95.


Border color

.myBorderColor { border: 1px solid #578B95; }

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

This div border color is #578B95.


Opacity

.myOpacity80 { color: #578B95; opacity: 0.8; }

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

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

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

This text has shadow with #578B95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578B95 on black background.


Color preview on white background

This text has color #578B95 on white background.



Black color preview on #578B95 background

This text has black color on #578B95 background.


White color preview on #578B95 background

This text has white color on #578B95 background.