COLOR #573A80

HEX: #573A80
RGB: (87,58,128)

Color info

#573A80 contains mainly red and blue colors. Web safe color of #573A80 is #663366 (or #636).

RGB color model

#573A80 color RGB value is (87,58,128).

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

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 128 of 255 = 50%

87
58
128

R + G + B ~ 36%. #573A80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 58 + 128 = 273 (100%)
R 87 of 273 ~ 31.87%
G 58 of 273 ~ 21.25%
B 128 of 273 ~ 46.89%

%31.87
%21.25
%46.89

CMYK color model

#573A80 color CMYK value is (32,55,0,50).

  • cyan value is 32.03%
  • magenta value is 54.69%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(32,55,0,50)
C32M55Y0K50 
(32%,55%,0%,50%)
(0.32/0.55/0.00/0.50)	

CMYK percentages

%32.03
%54.69
%0
%49.8

Codes

Color #573A80 in popluar color models

573A80
RGB8758128
HSL265°37.63%36.47%
HSB/HSV265°54.69%50.20%
CMYK32.03%54.69%0.00%
49.80%

Color #573A80 in popluar number systems.

HEX573A80
Decimal8758128
Binary101011111101010000000
Octal12772200

Shades and tints

Shades of #573A80

#573A80
(87,58,128)
#503575
(80,53,117)
#49306A
(73,48,106)
#422B5F
(66,43,95)
#3B2654
(59,38,84)
#342149
(52,33,73)
#2D1C3E
(45,28,62)
#261733
(38,23,51)
#1F1228
(31,18,40)
#180D1D
(24,13,29)
#110812
(17,8,18)
#000000
(0,0,0)

Tints of #573A80

#573A80
(87,58,128)
#664B8B
(102,75,139)
#755C96
(117,92,150)
#846DA1
(132,109,161)
#937EAC
(147,126,172)
#A28FB7
(162,143,183)
#B1A0C2
(177,160,194)
#C0B1CD
(192,177,205)
#CFC2D8
(207,194,216)
#DED3E3
(222,211,227)
#EDE4EE
(237,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573A80; }

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

This text font color is #573A80.


Background Color

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

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

This div background color is #573A80.


Border color

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

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

This div border color is #573A80.


Opacity

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

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

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

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

This text has shadow with #573A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573A80 on black background.


Color preview on white background

This text has color #573A80 on white background.



Black color preview on #573A80 background

This text has black color on #573A80 background.


White color preview on #573A80 background

This text has white color on #573A80 background.