COLOR #573483

HEX: #573483
RGB: (87,52,131)

Color info

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

RGB color model

#573483 color RGB value is (87,52,131).

  • red value is 87;
  • green value is 52;
  • blue value is 131.
RGB:
(87,52,131)
(34%,20%,51%)

RGB channels and saturation

R 87 of 255 = 34%
G 52 of 255 = 20%
B 131 of 255 = 51%

87
52
131

R + G + B ~ 35%. #573483 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 52 + 131 = 270 (100%)
R 87 of 270 ~ 32.22%
G 52 of 270 ~ 19.26%
B 131 of 270 ~ 48.52%

%32.22
%19.26
%48.52

CMYK color model

#573483 color CMYK value is (34,60,0,49).

  • cyan value is 33.59%
  • magenta value is 60.31%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(34,60,0,49)
C34M60Y0K49 
(34%,60%,0%,49%)
(0.34/0.60/0.00/0.49)	

CMYK percentages

%33.59
%60.31
%0
%48.63

Codes

Color #573483 in popluar color models

573483
RGB8752131
HSL267°43.17%35.88%
HSB/HSV267°60.31%51.37%
CMYK33.59%60.31%0.00%
48.63%

Color #573483 in popluar number systems.

HEX573483
Decimal8752131
Binary101011111010010000011
Octal12764203

Shades and tints

Shades of #573483

#573483
(87,52,131)
#503078
(80,48,120)
#492C6D
(73,44,109)
#422862
(66,40,98)
#3B2457
(59,36,87)
#34204C
(52,32,76)
#2D1C41
(45,28,65)
#261836
(38,24,54)
#1F142B
(31,20,43)
#181020
(24,16,32)
#110C15
(17,12,21)
#000000
(0,0,0)

Tints of #573483

#573483
(87,52,131)
#66468E
(102,70,142)
#755899
(117,88,153)
#846AA4
(132,106,164)
#937CAF
(147,124,175)
#A28EBA
(162,142,186)
#B1A0C5
(177,160,197)
#C0B2D0
(192,178,208)
#CFC4DB
(207,196,219)
#DED6E6
(222,214,230)
#EDE8F1
(237,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #573483 color. Also use rgb(87,52,131) instead hex code.

Text Font Color

.myTextColor { color: #573483; }

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

This text font color is #573483.


Background Color

.myBgColor { background-color: #573483; }

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

This div background color is #573483.


Border color

.myBorderColor { border: 1px solid #573483; }

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

This div border color is #573483.


Opacity

.myOpacity80 { color: #573483; opacity: 0.8; }

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

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

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

This text has shadow with #573483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573483 on black background.


Color preview on white background

This text has color #573483 on white background.



Black color preview on #573483 background

This text has black color on #573483 background.


White color preview on #573483 background

This text has white color on #573483 background.