COLOR #578C95

HEX: #578C95 RGB: (87,140,149)

Color info

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

RGB color model

#578C95 color RGB value is (87,140,149).

RGB: (87,140,149) (34%, 55%, 58%)

RGB channels and saturation

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

87
140
149

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

Portions of RGB colors in percentages

R + G + B = 87 + 140 + 149 = 376 (100%)
R 87 of 376 ~ 23.14%
G 140 of 376 ~ 37.23%
B 149 of 376 ~ 39.63'%

%23.14
%37.23
%39.63

CMYK color model

#578C95 color CMYK value is (42,6,0,42).

  • cyan value is 41.61%
  • magenta value is 6.04%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (42,6,0,42) C42M6Y0K42 (42%,6%,0%,42%) (0.42/0.06/0.00/0.42) 

CMYK percentages

%41.61
%6.04
%0
%41.57

Codes

Color #578C95 in popluar color models

57 8C 95
RGB 87 140 149
HSL 189° 26.27% 46.27%
HSB/HSV 189° 41.61% 58.43%
CMYK 41.61% 6.04% 0.00%
41.57%

Color #578C95 in popluar number systems.

HEX 57 8C 95
Decimal 87 140 149
Binary 1010111 10001100 10010101
Octal 127 214 225

Shades and tints

Shades of #578C95

#578C95
(87,140,149)
#508088
(80,128,136)
#49747B
(73,116,123)
#42686E
(66,104,110)
#3B5C61
(59,92,97)
#345054
(52,80,84)
#2D4447
(45,68,71)
#26383A
(38,56,58)
#1F2C2D
(31,44,45)
#182020
(24,32,32)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #578C95

#578C95
(87,140,149)
#66969E
(102,150,158)
#75A0A7
(117,160,167)
#84AAB0
(132,170,176)
#93B4B9
(147,180,185)
#A2BEC2
(162,190,194)
#B1C8CB
(177,200,203)
#C0D2D4
(192,210,212)
#CFDCDD
(207,220,221)
#DEE6E6
(222,230,230)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578C95; }

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

This text font color is #578C95.

Background Color

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

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

This div background color is #578C95.

Border color

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

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

This div border color is #578C95.

Opacity

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

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

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

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

This text has shadow with #578C95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #578C95.

Preview

Color preview on black background

This text has color #578C95 on black background.


Color preview on white background

This text has color #578C95 on white background.


Black color preview on #578C95 background

This text has black color on #578C95 background.


White color preview on #578C95 background

This text has white color on #578C95 background.


Related colors

Complementary color

Complementary color for #hex is #A8736A.


I love getcolorcode.com

Triadic colors

1 #95578C and #8C9557 with #578C95 are triadic colors.

2 #958C57 and #8C5795 with #578C95 are triadic colors.