COLOR #573593

HEX: #573593
RGB: (87,53,147)

Color info

#573593 contains mainly blue color. Web safe color of #573593 is #663399 (or #639).

RGB color model

#573593 color RGB value is (87,53,147).

  • red value is 87;
  • green value is 53;
  • blue value is 147.
RGB:
(87,53,147)
(34%,21%,58%)

RGB channels and saturation

R 87 of 255 = 34%
G 53 of 255 = 21%
B 147 of 255 = 58%

87
53
147

R + G + B ~ 38%. #573593 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 53 + 147 = 287 (100%)
R 87 of 287 ~ 30.31%
G 53 of 287 ~ 18.47%
B 147 of 287 ~ 51.22%

%30.31
%18.47
%51.22

CMYK color model

#573593 color CMYK value is (41,64,0,42).

  • cyan value is 40.82%
  • magenta value is 63.95%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(41,64,0,42)
C41M64Y0K42 
(41%,64%,0%,42%)
(0.41/0.64/0.00/0.42)	

CMYK percentages

%40.82
%63.95
%0
%42.35

Codes

Color #573593 in popluar color models

573593
RGB8753147
HSL262°47.00%39.22%
HSB/HSV262°63.95%57.65%
CMYK40.82%63.95%0.00%
42.35%

Color #573593 in popluar number systems.

HEX573593
Decimal8753147
Binary101011111010110010011
Octal12765223

Shades and tints

Shades of #573593

#573593
(87,53,147)
#503186
(80,49,134)
#492D79
(73,45,121)
#42296C
(66,41,108)
#3B255F
(59,37,95)
#342152
(52,33,82)
#2D1D45
(45,29,69)
#261938
(38,25,56)
#1F152B
(31,21,43)
#18111E
(24,17,30)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #573593

#573593
(87,53,147)
#66479C
(102,71,156)
#7559A5
(117,89,165)
#846BAE
(132,107,174)
#937DB7
(147,125,183)
#A28FC0
(162,143,192)
#B1A1C9
(177,161,201)
#C0B3D2
(192,179,210)
#CFC5DB
(207,197,219)
#DED7E4
(222,215,228)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573593 color. Also use rgb(87,53,147) instead hex code.

Text Font Color

.myTextColor { color: #573593; }

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

This text font color is #573593.


Background Color

.myBgColor { background-color: #573593; }

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

This div background color is #573593.


Border color

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

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

This div border color is #573593.


Opacity

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

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

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

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

This text has shadow with #573593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573593 on black background.


Color preview on white background

This text has color #573593 on white background.



Black color preview on #573593 background

This text has black color on #573593 background.


White color preview on #573593 background

This text has white color on #573593 background.