COLOR #573780

HEX: #573780
RGB: (87,55,128)

Color info

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

RGB color model

#573780 color RGB value is (87,55,128).

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

RGB channels and saturation

R 87 of 255 = 34%
G 55 of 255 = 22%
B 128 of 255 = 50%

87
55
128

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

Portions of RGB colors in percentages

R + G + B =
87 + 55 + 128 = 270 (100%)
R 87 of 270 ~ 32.22%
G 55 of 270 ~ 20.37%
B 128 of 270 ~ 47.41%

%32.22
%20.37
%47.41

CMYK color model

#573780 color CMYK value is (32,57,0,50).

  • cyan value is 32.03%
  • magenta value is 57.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(32,57,0,50)
C32M57Y0K50 
(32%,57%,0%,50%)
(0.32/0.57/0.00/0.50)	

CMYK percentages

%32.03
%57.03
%0
%49.8

Codes

Color #573780 in popluar color models

573780
RGB8755128
HSL266°39.89%35.88%
HSB/HSV266°57.03%50.20%
CMYK32.03%57.03%0.00%
49.80%

Color #573780 in popluar number systems.

HEX573780
Decimal8755128
Binary101011111011110000000
Octal12767200

Shades and tints

Shades of #573780

#573780
(87,55,128)
#503275
(80,50,117)
#492D6A
(73,45,106)
#42285F
(66,40,95)
#3B2354
(59,35,84)
#341E49
(52,30,73)
#2D193E
(45,25,62)
#261433
(38,20,51)
#1F0F28
(31,15,40)
#180A1D
(24,10,29)
#110512
(17,5,18)
#000000
(0,0,0)

Tints of #573780

#573780
(87,55,128)
#66498B
(102,73,139)
#755B96
(117,91,150)
#846DA1
(132,109,161)
#937FAC
(147,127,172)
#A291B7
(162,145,183)
#B1A3C2
(177,163,194)
#C0B5CD
(192,181,205)
#CFC7D8
(207,199,216)
#DED9E3
(222,217,227)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573780; }

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

This text font color is #573780.


Background Color

.myBgColor { background-color: #573780; }

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

This div background color is #573780.


Border color

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

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

This div border color is #573780.


Opacity

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

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

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

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

This text has shadow with #573780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573780 on black background.


Color preview on white background

This text has color #573780 on white background.



Black color preview on #573780 background

This text has black color on #573780 background.


White color preview on #573780 background

This text has white color on #573780 background.