COLOR #578090

HEX: #578090
RGB: (87,128,144)

Color info

#578090 contains red, green and blue colors in about the same proportion. Web safe color of #578090 is #666699 (or #669).

RGB color model

#578090 color RGB value is (87,128,144).

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

RGB channels and saturation

R 87 of 255 = 34%
G 128 of 255 = 50%
B 144 of 255 = 56%

87
128
144

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

Portions of RGB colors in percentages

R + G + B =
87 + 128 + 144 = 359 (100%)
R 87 of 359 ~ 24.23%
G 128 of 359 ~ 35.65%
B 144 of 359 ~ 40.11%

%24.23
%35.65
%40.11

CMYK color model

#578090 color CMYK value is (40,11,0,44).

  • cyan value is 39.58%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(40,11,0,44)
C40M11Y0K44 
(40%,11%,0%,44%)
(0.40/0.11/0.00/0.44)	

CMYK percentages

%39.58
%11.11
%0
%43.53

Codes

Color #578090 in popluar color models

578090
RGB87128144
HSL197°24.68%45.29%
HSB/HSV197°39.58%56.47%
CMYK39.58%11.11%0.00%
43.53%

Color #578090 in popluar number systems.

HEX578090
Decimal87128144
Binary10101111000000010010000
Octal127200220

Shades and tints

Shades of #578090

#578090
(87,128,144)
#507583
(80,117,131)
#496A76
(73,106,118)
#425F69
(66,95,105)
#3B545C
(59,84,92)
#34494F
(52,73,79)
#2D3E42
(45,62,66)
#263335
(38,51,53)
#1F2828
(31,40,40)
#181D1B
(24,29,27)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #578090

#578090
(87,128,144)
#668B9A
(102,139,154)
#7596A4
(117,150,164)
#84A1AE
(132,161,174)
#93ACB8
(147,172,184)
#A2B7C2
(162,183,194)
#B1C2CC
(177,194,204)
#C0CDD6
(192,205,214)
#CFD8E0
(207,216,224)
#DEE3EA
(222,227,234)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #578090; }

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

This text font color is #578090.


Background Color

.myBgColor { background-color: #578090; }

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

This div background color is #578090.


Border color

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

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

This div border color is #578090.


Opacity

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

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

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

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

This text has shadow with #578090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #578090 on black background.


Color preview on white background

This text has color #578090 on white background.



Black color preview on #578090 background

This text has black color on #578090 background.


White color preview on #578090 background

This text has white color on #578090 background.