COLOR #573EA5

HEX: #573EA5
RGB: (87,62,165)

Color info

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

RGB color model

#573EA5 color RGB value is (87,62,165).

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

RGB channels and saturation

R 87 of 255 = 34%
G 62 of 255 = 24%
B 165 of 255 = 65%

87
62
165

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

Portions of RGB colors in percentages

R + G + B =
87 + 62 + 165 = 314 (100%)
R 87 of 314 ~ 27.71%
G 62 of 314 ~ 19.75%
B 165 of 314 ~ 52.55%

%27.71
%19.75
%52.55

CMYK color model

#573EA5 color CMYK value is (47,62,0,35).

  • cyan value is 47.27%
  • magenta value is 62.42%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(47,62,0,35)
C47M62Y0K35 
(47%,62%,0%,35%)
(0.47/0.62/0.00/0.35)	

CMYK percentages

%47.27
%62.42
%0
%35.29

Codes

Color #573EA5 in popluar color models

573EA5
RGB8762165
HSL255°45.37%44.51%
HSB/HSV255°62.42%64.71%
CMYK47.27%62.42%0.00%
35.29%

Color #573EA5 in popluar number systems.

HEX573EA5
Decimal8762165
Binary101011111111010100101
Octal12776245

Shades and tints

Shades of #573EA5

#573EA5
(87,62,165)
#503996
(80,57,150)
#493487
(73,52,135)
#422F78
(66,47,120)
#3B2A69
(59,42,105)
#34255A
(52,37,90)
#2D204B
(45,32,75)
#261B3C
(38,27,60)
#1F162D
(31,22,45)
#18111E
(24,17,30)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #573EA5

#573EA5
(87,62,165)
#664FAD
(102,79,173)
#7560B5
(117,96,181)
#8471BD
(132,113,189)
#9382C5
(147,130,197)
#A293CD
(162,147,205)
#B1A4D5
(177,164,213)
#C0B5DD
(192,181,221)
#CFC6E5
(207,198,229)
#DED7ED
(222,215,237)
#EDE8F5
(237,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573EA5; }

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

This text font color is #573EA5.


Background Color

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

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

This div background color is #573EA5.


Border color

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

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

This div border color is #573EA5.


Opacity

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

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

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

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

This text has shadow with #573EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573EA5 on black background.


Color preview on white background

This text has color #573EA5 on white background.



Black color preview on #573EA5 background

This text has black color on #573EA5 background.


White color preview on #573EA5 background

This text has white color on #573EA5 background.