COLOR #573E9B

HEX: #573E9B
RGB: (87,62,155)

Color info

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

RGB color model

#573E9B color RGB value is (87,62,155).

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

RGB channels and saturation

R 87 of 255 = 34%
G 62 of 255 = 24%
B 155 of 255 = 61%

87
62
155

R + G + B ~ 40%. #573E9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 62 + 155 = 304 (100%)
R 87 of 304 ~ 28.62%
G 62 of 304 ~ 20.39%
B 155 of 304 ~ 50.99%

%28.62
%20.39
%50.99

CMYK color model

#573E9B color CMYK value is (44,60,0,39).

  • cyan value is 43.87%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(44,60,0,39)
C44M60Y0K39 
(44%,60%,0%,39%)
(0.44/0.60/0.00/0.39)	

CMYK percentages

%43.87
%60
%0
%39.22

Codes

Color #573E9B in popluar color models

573E9B
RGB8762155
HSL256°42.86%42.55%
HSB/HSV256°60.00%60.78%
CMYK43.87%60.00%0.00%
39.22%

Color #573E9B in popluar number systems.

HEX573E9B
Decimal8762155
Binary101011111111010011011
Octal12776233

Shades and tints

Shades of #573E9B

#573E9B
(87,62,155)
#50398D
(80,57,141)
#49347F
(73,52,127)
#422F71
(66,47,113)
#3B2A63
(59,42,99)
#342555
(52,37,85)
#2D2047
(45,32,71)
#261B39
(38,27,57)
#1F162B
(31,22,43)
#18111D
(24,17,29)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #573E9B

#573E9B
(87,62,155)
#664FA4
(102,79,164)
#7560AD
(117,96,173)
#8471B6
(132,113,182)
#9382BF
(147,130,191)
#A293C8
(162,147,200)
#B1A4D1
(177,164,209)
#C0B5DA
(192,181,218)
#CFC6E3
(207,198,227)
#DED7EC
(222,215,236)
#EDE8F5
(237,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573E9B; }

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

This text font color is #573E9B.


Background Color

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

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

This div background color is #573E9B.


Border color

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

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

This div border color is #573E9B.


Opacity

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

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

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

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

This text has shadow with #573E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573E9B on black background.


Color preview on white background

This text has color #573E9B on white background.



Black color preview on #573E9B background

This text has black color on #573E9B background.


White color preview on #573E9B background

This text has white color on #573E9B background.