COLOR #578D95

HEX: #578D95
RGB: (87,141,149)

Color info

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

RGB color model

#578D95 color RGB value is (87,141,149).

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

RGB channels and saturation

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

87
141
149

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

Portions of RGB colors in percentages

R + G + B =
87 + 141 + 149 = 377 (100%)
R 87 of 377 ~ 23.08%
G 141 of 377 ~ 37.4%
B 149 of 377 ~ 39.52%

%23.08
%37.4
%39.52

CMYK color model

#578D95 color CMYK value is (42,5,0,42).

  • cyan value is 41.61%
  • magenta value is 5.37%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(42,5,0,42)
C42M5Y0K42 
(42%,5%,0%,42%)
(0.42/0.05/0.00/0.42)	

CMYK percentages

%41.61
%5.37
%0
%41.57

Codes

Color #578D95 in popluar color models

578D95
RGB87141149
HSL188°26.27%46.27%
HSB/HSV188°41.61%58.43%
CMYK41.61%5.37%0.00%
41.57%

Color #578D95 in popluar number systems.

HEX578D95
Decimal87141149
Binary10101111000110110010101
Octal127215225

Shades and tints

Shades of #578D95

#578D95
(87,141,149)
#508188
(80,129,136)
#49757B
(73,117,123)
#42696E
(66,105,110)
#3B5D61
(59,93,97)
#345154
(52,81,84)
#2D4547
(45,69,71)
#26393A
(38,57,58)
#1F2D2D
(31,45,45)
#182120
(24,33,32)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #578D95

#578D95
(87,141,149)
#66979E
(102,151,158)
#75A1A7
(117,161,167)
#84ABB0
(132,171,176)
#93B5B9
(147,181,185)
#A2BFC2
(162,191,194)
#B1C9CB
(177,201,203)
#C0D3D4
(192,211,212)
#CFDDDD
(207,221,221)
#DEE7E6
(222,231,230)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578D95; }

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

This text font color is #578D95.


Background Color

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

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

This div background color is #578D95.


Border color

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

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

This div border color is #578D95.


Opacity

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

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

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

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

This text has shadow with #578D95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578D95 on black background.


Color preview on white background

This text has color #578D95 on white background.



Black color preview on #578D95 background

This text has black color on #578D95 background.


White color preview on #578D95 background

This text has white color on #578D95 background.