COLOR #575590

HEX: #575590
RGB: (87,85,144)

Color info

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

RGB color model

#575590 color RGB value is (87,85,144).

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

RGB channels and saturation

R 87 of 255 = 34%
G 85 of 255 = 33%
B 144 of 255 = 56%

87
85
144

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

Portions of RGB colors in percentages

R + G + B =
87 + 85 + 144 = 316 (100%)
R 87 of 316 ~ 27.53%
G 85 of 316 ~ 26.9%
B 144 of 316 ~ 45.57%

%27.53
%26.9
%45.57

CMYK color model

#575590 color CMYK value is (40,41,0,44).

  • cyan value is 39.58%
  • magenta value is 40.97%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(40,41,0,44)
C40M41Y0K44 
(40%,41%,0%,44%)
(0.40/0.41/0.00/0.44)	

CMYK percentages

%39.58
%40.97
%0
%43.53

Codes

Color #575590 in popluar color models

575590
RGB8785144
HSL242°25.76%44.90%
HSB/HSV242°40.97%56.47%
CMYK39.58%40.97%0.00%
43.53%

Color #575590 in popluar number systems.

HEX575590
Decimal8785144
Binary1010111101010110010000
Octal127125220

Shades and tints

Shades of #575590

#575590
(87,85,144)
#504E83
(80,78,131)
#494776
(73,71,118)
#424069
(66,64,105)
#3B395C
(59,57,92)
#34324F
(52,50,79)
#2D2B42
(45,43,66)
#262435
(38,36,53)
#1F1D28
(31,29,40)
#18161B
(24,22,27)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #575590

#575590
(87,85,144)
#66649A
(102,100,154)
#7573A4
(117,115,164)
#8482AE
(132,130,174)
#9391B8
(147,145,184)
#A2A0C2
(162,160,194)
#B1AFCC
(177,175,204)
#C0BED6
(192,190,214)
#CFCDE0
(207,205,224)
#DEDCEA
(222,220,234)
#EDEBF4
(237,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #575590; }

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

This text font color is #575590.


Background Color

.myBgColor { background-color: #575590; }

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

This div background color is #575590.


Border color

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

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

This div border color is #575590.


Opacity

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

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

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

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

This text has shadow with #575590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #575590 on black background.


Color preview on white background

This text has color #575590 on white background.



Black color preview on #575590 background

This text has black color on #575590 background.


White color preview on #575590 background

This text has white color on #575590 background.