COLOR #576890

HEX: #576890
RGB: (87,104,144)

Color info

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

RGB color model

#576890 color RGB value is (87,104,144).

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

RGB channels and saturation

R 87 of 255 = 34%
G 104 of 255 = 41%
B 144 of 255 = 56%

87
104
144

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

Portions of RGB colors in percentages

R + G + B =
87 + 104 + 144 = 335 (100%)
R 87 of 335 ~ 25.97%
G 104 of 335 ~ 31.04%
B 144 of 335 ~ 42.99%

%25.97
%31.04
%42.99

CMYK color model

#576890 color CMYK value is (40,28,0,44).

  • cyan value is 39.58%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(40,28,0,44)
C40M28Y0K44 
(40%,28%,0%,44%)
(0.40/0.28/0.00/0.44)	

CMYK percentages

%39.58
%27.78
%0
%43.53

Codes

Color #576890 in popluar color models

576890
RGB87104144
HSL222°24.68%45.29%
HSB/HSV222°39.58%56.47%
CMYK39.58%27.78%0.00%
43.53%

Color #576890 in popluar number systems.

HEX576890
Decimal87104144
Binary1010111110100010010000
Octal127150220

Shades and tints

Shades of #576890

#576890
(87,104,144)
#505F83
(80,95,131)
#495676
(73,86,118)
#424D69
(66,77,105)
#3B445C
(59,68,92)
#343B4F
(52,59,79)
#2D3242
(45,50,66)
#262935
(38,41,53)
#1F2028
(31,32,40)
#18171B
(24,23,27)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #576890

#576890
(87,104,144)
#66759A
(102,117,154)
#7582A4
(117,130,164)
#848FAE
(132,143,174)
#939CB8
(147,156,184)
#A2A9C2
(162,169,194)
#B1B6CC
(177,182,204)
#C0C3D6
(192,195,214)
#CFD0E0
(207,208,224)
#DEDDEA
(222,221,234)
#EDEAF4
(237,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #576890; }

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

This text font color is #576890.


Background Color

.myBgColor { background-color: #576890; }

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

This div background color is #576890.


Border color

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

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

This div border color is #576890.


Opacity

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

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

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

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

This text has shadow with #576890 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #576890 on black background.


Color preview on white background

This text has color #576890 on white background.



Black color preview on #576890 background

This text has black color on #576890 background.


White color preview on #576890 background

This text has white color on #576890 background.