COLOR #573A81

HEX: #573A81
RGB: (87,58,129)

Color info

#573A81 contains mainly red and blue colors. Web safe color of #573A81 is #663399 (or #639).

RGB color model

#573A81 color RGB value is (87,58,129).

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

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 129 of 255 = 51%

87
58
129

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

Portions of RGB colors in percentages

R + G + B =
87 + 58 + 129 = 274 (100%)
R 87 of 274 ~ 31.75%
G 58 of 274 ~ 21.17%
B 129 of 274 ~ 47.08%

%31.75
%21.17
%47.08

CMYK color model

#573A81 color CMYK value is (33,55,0,49).

  • cyan value is 32.56%
  • magenta value is 55.04%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(33,55,0,49)
C33M55Y0K49 
(33%,55%,0%,49%)
(0.33/0.55/0.00/0.49)	

CMYK percentages

%32.56
%55.04
%0
%49.41

Codes

Color #573A81 in popluar color models

573A81
RGB8758129
HSL265°37.97%36.67%
HSB/HSV265°55.04%50.59%
CMYK32.56%55.04%0.00%
49.41%

Color #573A81 in popluar number systems.

HEX573A81
Decimal8758129
Binary101011111101010000001
Octal12772201

Shades and tints

Shades of #573A81

#573A81
(87,58,129)
#503576
(80,53,118)
#49306B
(73,48,107)
#422B60
(66,43,96)
#3B2655
(59,38,85)
#34214A
(52,33,74)
#2D1C3F
(45,28,63)
#261734
(38,23,52)
#1F1229
(31,18,41)
#180D1E
(24,13,30)
#110813
(17,8,19)
#000000
(0,0,0)

Tints of #573A81

#573A81
(87,58,129)
#664B8C
(102,75,140)
#755C97
(117,92,151)
#846DA2
(132,109,162)
#937EAD
(147,126,173)
#A28FB8
(162,143,184)
#B1A0C3
(177,160,195)
#C0B1CE
(192,177,206)
#CFC2D9
(207,194,217)
#DED3E4
(222,211,228)
#EDE4EF
(237,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573A81; }

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

This text font color is #573A81.


Background Color

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

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

This div background color is #573A81.


Border color

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

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

This div border color is #573A81.


Opacity

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

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

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

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

This text has shadow with #573A81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573A81 on black background.


Color preview on white background

This text has color #573A81 on white background.



Black color preview on #573A81 background

This text has black color on #573A81 background.


White color preview on #573A81 background

This text has white color on #573A81 background.