COLOR #573CA5

HEX: #573CA5
RGB: (87,60,165)

Color info

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

RGB color model

#573CA5 color RGB value is (87,60,165).

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

RGB channels and saturation

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

87
60
165

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

Portions of RGB colors in percentages

R + G + B =
87 + 60 + 165 = 312 (100%)
R 87 of 312 ~ 27.88%
G 60 of 312 ~ 19.23%
B 165 of 312 ~ 52.88%

%27.88
%19.23
%52.88

CMYK color model

#573CA5 color CMYK value is (47,64,0,35).

  • cyan value is 47.27%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(47,64,0,35)
C47M64Y0K35 
(47%,64%,0%,35%)
(0.47/0.64/0.00/0.35)	

CMYK percentages

%47.27
%63.64
%0
%35.29

Codes

Color #573CA5 in popluar color models

573CA5
RGB8760165
HSL255°46.67%44.12%
HSB/HSV255°63.64%64.71%
CMYK47.27%63.64%0.00%
35.29%

Color #573CA5 in popluar number systems.

HEX573CA5
Decimal8760165
Binary101011111110010100101
Octal12774245

Shades and tints

Shades of #573CA5

#573CA5
(87,60,165)
#503796
(80,55,150)
#493287
(73,50,135)
#422D78
(66,45,120)
#3B2869
(59,40,105)
#34235A
(52,35,90)
#2D1E4B
(45,30,75)
#26193C
(38,25,60)
#1F142D
(31,20,45)
#180F1E
(24,15,30)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #573CA5

#573CA5
(87,60,165)
#664DAD
(102,77,173)
#755EB5
(117,94,181)
#846FBD
(132,111,189)
#9380C5
(147,128,197)
#A291CD
(162,145,205)
#B1A2D5
(177,162,213)
#C0B3DD
(192,179,221)
#CFC4E5
(207,196,229)
#DED5ED
(222,213,237)
#EDE6F5
(237,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573CA5; }

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

This text font color is #573CA5.


Background Color

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

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

This div background color is #573CA5.


Border color

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

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

This div border color is #573CA5.


Opacity

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

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

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

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

This text has shadow with #573CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573CA5 on black background.


Color preview on white background

This text has color #573CA5 on white background.



Black color preview on #573CA5 background

This text has black color on #573CA5 background.


White color preview on #573CA5 background

This text has white color on #573CA5 background.