COLOR #573E93

HEX: #573E93
RGB: (87,62,147)

Color info

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

RGB color model

#573E93 color RGB value is (87,62,147).

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

RGB channels and saturation

R 87 of 255 = 34%
G 62 of 255 = 24%
B 147 of 255 = 58%

87
62
147

R + G + B ~ 39%. #573E93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 62 + 147 = 296 (100%)
R 87 of 296 ~ 29.39%
G 62 of 296 ~ 20.95%
B 147 of 296 ~ 49.66%

%29.39
%20.95
%49.66

CMYK color model

#573E93 color CMYK value is (41,58,0,42).

  • cyan value is 40.82%
  • magenta value is 57.82%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(41,58,0,42)
C41M58Y0K42 
(41%,58%,0%,42%)
(0.41/0.58/0.00/0.42)	

CMYK percentages

%40.82
%57.82
%0
%42.35

Codes

Color #573E93 in popluar color models

573E93
RGB8762147
HSL258°40.67%40.98%
HSB/HSV258°57.82%57.65%
CMYK40.82%57.82%0.00%
42.35%

Color #573E93 in popluar number systems.

HEX573E93
Decimal8762147
Binary101011111111010010011
Octal12776223

Shades and tints

Shades of #573E93

#573E93
(87,62,147)
#503986
(80,57,134)
#493479
(73,52,121)
#422F6C
(66,47,108)
#3B2A5F
(59,42,95)
#342552
(52,37,82)
#2D2045
(45,32,69)
#261B38
(38,27,56)
#1F162B
(31,22,43)
#18111E
(24,17,30)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #573E93

#573E93
(87,62,147)
#664F9C
(102,79,156)
#7560A5
(117,96,165)
#8471AE
(132,113,174)
#9382B7
(147,130,183)
#A293C0
(162,147,192)
#B1A4C9
(177,164,201)
#C0B5D2
(192,181,210)
#CFC6DB
(207,198,219)
#DED7E4
(222,215,228)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573E93; }

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

This text font color is #573E93.


Background Color

.myBgColor { background-color: #573E93; }

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

This div background color is #573E93.


Border color

.myBorderColor { border: 1px solid #573E93; }

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

This div border color is #573E93.


Opacity

.myOpacity80 { color: #573E93; opacity: 0.8; }

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

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

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

This text has shadow with #573E93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573E93 on black background.


Color preview on white background

This text has color #573E93 on white background.



Black color preview on #573E93 background

This text has black color on #573E93 background.


White color preview on #573E93 background

This text has white color on #573E93 background.