COLOR #573BA2

HEX: #573BA2 RGB: (87,59,162)

Color info

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

RGB color model

#573BA2 color RGB value is (87,59,162).

RGB: (87,59,162) (34%, 23%, 64%)

RGB channels and saturation

R 87 of 255 = 34%
G 59 of 255 = 23%
B 162 of 255 = 64%

87
59
162

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

Portions of RGB colors in percentages

R + G + B = 87 + 59 + 162 = 308 (100%)
R 87 of 308 ~ 28.25%
G 59 of 308 ~ 19.16%
B 162 of 308 ~ 52.6'%

%28.25
%19.16
%52.6

CMYK color model

#573BA2 color CMYK value is (46,64,0,36).

  • cyan value is 46.30%
  • magenta value is 63.58%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (46,64,0,36)
C46M64Y0K36 (46%, 64%, 0%, 36%)
(0.46 / 0.64 / 0.00 / 0.36)

CMYK percentages

%46.3
%63.58
%0
%36.47

Codes

Color #573BA2 in popluar color models

57 3B A2
RGB 87 59 162
HSL 256° 46.61% 43.33%
HSB/HSV 256° 63.58% 63.53%
CMYK 46.30% 63.58% 0.00%
36.47%

Color #573BA2 in popluar number systems.

HEX 57 3B A2
Decimal 87 59 162
Binary 1010111 111011 10100010
Octal 127 73 242

Shades and tints

Shades of #573BA2

#573BA2
(87,59,162)
#503694
(80,54,148)
#493186
(73,49,134)
#422C78
(66,44,120)
#3B276A
(59,39,106)
#34225C
(52,34,92)
#2D1D4E
(45,29,78)
#261840
(38,24,64)
#1F1332
(31,19,50)
#180E24
(24,14,36)
#110916
(17,9,22)
#000000
(0,0,0)

Tints of #573BA2

#573BA2
(87,59,162)
#664CAA
(102,76,170)
#755DB2
(117,93,178)
#846EBA
(132,110,186)
#937FC2
(147,127,194)
#A290CA
(162,144,202)
#B1A1D2
(177,161,210)
#C0B2DA
(192,178,218)
#CFC3E2
(207,195,226)
#DED4EA
(222,212,234)
#EDE5F2
(237,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573BA2 color. Also use rgb(87,59,162) instead hex code.

Text Font Color

.myTextColor { color: #573BA2; }

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

This text font color is #573BA2.

Background Color

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

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

This div background color is #573BA2.

Border color

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

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

This div border color is #573BA2.

Opacity

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

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

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

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

This text has shadow with #573BA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #573BA2.

Preview

Color preview on black background

This text has color #573BA2 on black background.


Color preview on white background

This text has color #573BA2 on white background.


Black color preview on #573BA2 background

This text has black color on #573BA2 background.


White color preview on #573BA2 background

This text has white color on #573BA2 background.


Related colors

Complementary color

Complementary color for #hex is #A8C45D.


I love getcolorcode.com

Triadic colors

1 #A2573B and #3BA257 with #573BA2 are triadic colors.

2 #A23B57 and #3B57A2 with #573BA2 are triadic colors.