COLOR #578B90

HEX: #578B90
RGB: (87,139,144)

Color info

#578B90 contains red, green and blue colors in about the same proportion. Web safe color of #578B90 is #669999 (or #699).

RGB color model

#578B90 color RGB value is (87,139,144).

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

RGB channels and saturation

R 87 of 255 = 34%
G 139 of 255 = 55%
B 144 of 255 = 56%

87
139
144

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

Portions of RGB colors in percentages

R + G + B =
87 + 139 + 144 = 370 (100%)
R 87 of 370 ~ 23.51%
G 139 of 370 ~ 37.57%
B 144 of 370 ~ 38.92%

%23.51
%37.57
%38.92

CMYK color model

#578B90 color CMYK value is (40,3,0,44).

  • cyan value is 39.58%
  • magenta value is 3.47%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(40,3,0,44)
C40M3Y0K44 
(40%,3%,0%,44%)
(0.40/0.03/0.00/0.44)	

CMYK percentages

%39.58
%3.47
%0
%43.53

Codes

Color #578B90 in popluar color models

578B90
RGB87139144
HSL185°24.68%45.29%
HSB/HSV185°39.58%56.47%
CMYK39.58%3.47%0.00%
43.53%

Color #578B90 in popluar number systems.

HEX578B90
Decimal87139144
Binary10101111000101110010000
Octal127213220

Shades and tints

Shades of #578B90

#578B90
(87,139,144)
#507F83
(80,127,131)
#497376
(73,115,118)
#426769
(66,103,105)
#3B5B5C
(59,91,92)
#344F4F
(52,79,79)
#2D4342
(45,67,66)
#263735
(38,55,53)
#1F2B28
(31,43,40)
#181F1B
(24,31,27)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #578B90

#578B90
(87,139,144)
#66959A
(102,149,154)
#759FA4
(117,159,164)
#84A9AE
(132,169,174)
#93B3B8
(147,179,184)
#A2BDC2
(162,189,194)
#B1C7CC
(177,199,204)
#C0D1D6
(192,209,214)
#CFDBE0
(207,219,224)
#DEE5EA
(222,229,234)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578B90; }

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

This text font color is #578B90.


Background Color

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

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

This div background color is #578B90.


Border color

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

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

This div border color is #578B90.


Opacity

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

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

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

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

This text has shadow with #578B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578B90 on black background.


Color preview on white background

This text has color #578B90 on white background.



Black color preview on #578B90 background

This text has black color on #578B90 background.


White color preview on #578B90 background

This text has white color on #578B90 background.