COLOR #573287

HEX: #573287
RGB: (87,50,135)

Color info

#573287 contains mainly red and blue colors. Web safe color of #573287 is #663399 (or #639).

RGB color model

#573287 color RGB value is (87,50,135).

  • red value is 87;
  • green value is 50;
  • blue value is 135.
RGB:
(87,50,135)
(34%,20%,53%)

RGB channels and saturation

R 87 of 255 = 34%
G 50 of 255 = 20%
B 135 of 255 = 53%

87
50
135

R + G + B ~ 36%. #573287 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 50 + 135 = 272 (100%)
R 87 of 272 ~ 31.99%
G 50 of 272 ~ 18.38%
B 135 of 272 ~ 49.63%

%31.99
%18.38
%49.63

CMYK color model

#573287 color CMYK value is (36,63,0,47).

  • cyan value is 35.56%
  • magenta value is 62.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(36,63,0,47)
C36M63Y0K47 
(36%,63%,0%,47%)
(0.36/0.63/0.00/0.47)	

CMYK percentages

%35.56
%62.96
%0
%47.06

Codes

Color #573287 in popluar color models

573287
RGB8750135
HSL266°45.95%36.27%
HSB/HSV266°62.96%52.94%
CMYK35.56%62.96%0.00%
47.06%

Color #573287 in popluar number systems.

HEX573287
Decimal8750135
Binary101011111001010000111
Octal12762207

Shades and tints

Shades of #573287

#573287
(87,50,135)
#502E7B
(80,46,123)
#492A6F
(73,42,111)
#422663
(66,38,99)
#3B2257
(59,34,87)
#341E4B
(52,30,75)
#2D1A3F
(45,26,63)
#261633
(38,22,51)
#1F1227
(31,18,39)
#180E1B
(24,14,27)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #573287

#573287
(87,50,135)
#664491
(102,68,145)
#75569B
(117,86,155)
#8468A5
(132,104,165)
#937AAF
(147,122,175)
#A28CB9
(162,140,185)
#B19EC3
(177,158,195)
#C0B0CD
(192,176,205)
#CFC2D7
(207,194,215)
#DED4E1
(222,212,225)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573287 color. Also use rgb(87,50,135) instead hex code.

Text Font Color

.myTextColor { color: #573287; }

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

This text font color is #573287.


Background Color

.myBgColor { background-color: #573287; }

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

This div background color is #573287.


Border color

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

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

This div border color is #573287.


Opacity

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

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

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

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

This text has shadow with #573287 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573287 on black background.


Color preview on white background

This text has color #573287 on white background.



Black color preview on #573287 background

This text has black color on #573287 background.


White color preview on #573287 background

This text has white color on #573287 background.