COLOR #573AA4

HEX: #573AA4
RGB: (87,58,164)

Color info

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

RGB color model

#573AA4 color RGB value is (87,58,164).

  • red value is 87;
  • green value is 58;
  • blue value is 164.
RGB:
(87,58,164)
(34%,23%,64%)

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 164 of 255 = 64%

87
58
164

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

Portions of RGB colors in percentages

R + G + B =
87 + 58 + 164 = 309 (100%)
R 87 of 309 ~ 28.16%
G 58 of 309 ~ 18.77%
B 164 of 309 ~ 53.07%

%28.16
%18.77
%53.07

CMYK color model

#573AA4 color CMYK value is (47,65,0,36).

  • cyan value is 46.95%
  • magenta value is 64.63%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(47,65,0,36)
C47M65Y0K36 
(47%,65%,0%,36%)
(0.47/0.65/0.00/0.36)	

CMYK percentages

%46.95
%64.63
%0
%35.69

Codes

Color #573AA4 in popluar color models

573AA4
RGB8758164
HSL256°47.75%43.53%
HSB/HSV256°64.63%64.31%
CMYK46.95%64.63%0.00%
35.69%

Color #573AA4 in popluar number systems.

HEX573AA4
Decimal8758164
Binary101011111101010100100
Octal12772244

Shades and tints

Shades of #573AA4

#573AA4
(87,58,164)
#503596
(80,53,150)
#493088
(73,48,136)
#422B7A
(66,43,122)
#3B266C
(59,38,108)
#34215E
(52,33,94)
#2D1C50
(45,28,80)
#261742
(38,23,66)
#1F1234
(31,18,52)
#180D26
(24,13,38)
#110818
(17,8,24)
#000000
(0,0,0)

Tints of #573AA4

#573AA4
(87,58,164)
#664BAC
(102,75,172)
#755CB4
(117,92,180)
#846DBC
(132,109,188)
#937EC4
(147,126,196)
#A28FCC
(162,143,204)
#B1A0D4
(177,160,212)
#C0B1DC
(192,177,220)
#CFC2E4
(207,194,228)
#DED3EC
(222,211,236)
#EDE4F4
(237,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573AA4 color. Also use rgb(87,58,164) instead hex code.

Text Font Color

.myTextColor { color: #573AA4; }

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

This text font color is #573AA4.


Background Color

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

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

This div background color is #573AA4.


Border color

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

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

This div border color is #573AA4.


Opacity

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

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

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

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

This text has shadow with #573AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573AA4 on black background.


Color preview on white background

This text has color #573AA4 on white background.



Black color preview on #573AA4 background

This text has black color on #573AA4 background.


White color preview on #573AA4 background

This text has white color on #573AA4 background.