COLOR #573A7B

HEX: #573A7B RGB: (87,58,123)

Color info

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

RGB color model

#573A7B color RGB value is (87,58,123).

RGB: (87,58,123) (34%, 23%, 48%)

RGB channels and saturation

R 87 of 255 = 34%
G 58 of 255 = 23%
B 123 of 255 = 48%

87
58
123

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

Portions of RGB colors in percentages

R + G + B = 87 + 58 + 123 = 268 (100%)
R 87 of 268 ~ 32.46%
G 58 of 268 ~ 21.64%
B 123 of 268 ~ 45.9'%

%32.46
%21.64
%45.9

CMYK color model

#573A7B color CMYK value is (29,53,0,52).

  • cyan value is 29.27%
  • magenta value is 52.85%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (29,53,0,52)
C29M53Y0K52 (29%, 53%, 0%, 52%)
(0.29 / 0.53 / 0.00 / 0.52)

CMYK percentages

%29.27
%52.85
%0
%51.76

Codes

Color #573A7B in popluar color models

57 3A 7B
RGB 87 58 123
HSL 267° 35.91% 35.49%
HSB/HSV 267° 52.85% 48.24%
CMYK 29.27% 52.85% 0.00%
51.76%

Color #573A7B in popluar number systems.

HEX 57 3A 7B
Decimal 87 58 123
Binary 1010111 111010 1111011
Octal 127 72 173

Shades and tints

Shades of #573A7B

#573A7B
(87,58,123)
#503570
(80,53,112)
#493065
(73,48,101)
#422B5A
(66,43,90)
#3B264F
(59,38,79)
#342144
(52,33,68)
#2D1C39
(45,28,57)
#26172E
(38,23,46)
#1F1223
(31,18,35)
#180D18
(24,13,24)
#11080D
(17,8,13)
#000000
(0,0,0)

Tints of #573A7B

#573A7B
(87,58,123)
#664B87
(102,75,135)
#755C93
(117,92,147)
#846D9F
(132,109,159)
#937EAB
(147,126,171)
#A28FB7
(162,143,183)
#B1A0C3
(177,160,195)
#C0B1CF
(192,177,207)
#CFC2DB
(207,194,219)
#DED3E7
(222,211,231)
#EDE4F3
(237,228,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573A7B; }

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

This text font color is #573A7B.

Background Color

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

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

This div background color is #573A7B.

Border color

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

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

This div border color is #573A7B.

Opacity

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

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

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

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

This text has shadow with #573A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #573A7B.

Preview

Color preview on black background

This text has color #573A7B on black background.


Color preview on white background

This text has color #573A7B on white background.


Black color preview on #573A7B background

This text has black color on #573A7B background.


White color preview on #573A7B background

This text has white color on #573A7B background.


Related colors

Complementary color

Complementary color for #hex is #A8C584.


I love getcolorcode.com

Triadic colors

1 #7B573A and #3A7B57 with #573A7B are triadic colors.

2 #7B3A57 and #3A577B with #573A7B are triadic colors.