COLOR #573A6A

HEX: #573A6A
RGB: (87,58,106)

Color info

#573A6A contains red, green and blue colors in about the same proportion. Web safe color of #573A6A is #663366 (or #636).

RGB color model

#573A6A color RGB value is (87,58,106).

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

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 106 of 255 = 42%

87
58
106

R + G + B ~ 33%. #573A6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 58 + 106 = 251 (100%)
R 87 of 251 ~ 34.66%
G 58 of 251 ~ 23.11%
B 106 of 251 ~ 42.23%

%34.66
%23.11
%42.23

CMYK color model

#573A6A color CMYK value is (18,45,0,58).

  • cyan value is 17.92%
  • magenta value is 45.28%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(18,45,0,58)
C18M45Y0K58 
(18%,45%,0%,58%)
(0.18/0.45/0.00/0.58)	

CMYK percentages

%17.92
%45.28
%0
%58.43

Codes

Color #573A6A in popluar color models

573A6A
RGB8758106
HSL276°29.27%32.16%
HSB/HSV276°45.28%41.57%
CMYK17.92%45.28%0.00%
58.43%

Color #573A6A in popluar number systems.

HEX573A6A
Decimal8758106
Binary10101111110101101010
Octal12772152

Shades and tints

Shades of #573A6A

#573A6A
(87,58,106)
#503561
(80,53,97)
#493058
(73,48,88)
#422B4F
(66,43,79)
#3B2646
(59,38,70)
#34213D
(52,33,61)
#2D1C34
(45,28,52)
#26172B
(38,23,43)
#1F1222
(31,18,34)
#180D19
(24,13,25)
#110810
(17,8,16)
#000000
(0,0,0)

Tints of #573A6A

#573A6A
(87,58,106)
#664B77
(102,75,119)
#755C84
(117,92,132)
#846D91
(132,109,145)
#937E9E
(147,126,158)
#A28FAB
(162,143,171)
#B1A0B8
(177,160,184)
#C0B1C5
(192,177,197)
#CFC2D2
(207,194,210)
#DED3DF
(222,211,223)
#EDE4EC
(237,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573A6A; }

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

This text font color is #573A6A.


Background Color

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

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

This div background color is #573A6A.


Border color

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

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

This div border color is #573A6A.


Opacity

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

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

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

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

This text has shadow with #573A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573A6A on black background.


Color preview on white background

This text has color #573A6A on white background.



Black color preview on #573A6A background

This text has black color on #573A6A background.


White color preview on #573A6A background

This text has white color on #573A6A background.