COLOR #573C7B

HEX: #573C7B RGB: (87,60,123)

Color info

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

RGB color model

#573C7B color RGB value is (87,60,123).

RGB: (87,60,123) (34%, 24%, 48%)

RGB channels and saturation

R 87 of 255 = 34%
G 60 of 255 = 24%
B 123 of 255 = 48%

87
60
123

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

Portions of RGB colors in percentages

R + G + B = 87 + 60 + 123 = 270 (100%)
R 87 of 270 ~ 32.22%
G 60 of 270 ~ 22.22%
B 123 of 270 ~ 45.56'%

%32.22
%22.22
%45.56

CMYK color model

#573C7B color CMYK value is (29,51,0,52).

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

CMYK: (29,51,0,52)
C29M51Y0K52 (29%, 51%, 0%, 52%)
(0.29 / 0.51 / 0.00 / 0.52)

CMYK percentages

%29.27
%51.22
%0
%51.76

Codes

Color #573C7B in popluar color models

57 3C 7B
RGB 87 60 123
HSL 266° 34.43% 35.88%
HSB/HSV 266° 51.22% 48.24%
CMYK 29.27% 51.22% 0.00%
51.76%

Color #573C7B in popluar number systems.

HEX 57 3C 7B
Decimal 87 60 123
Binary 1010111 111100 1111011
Octal 127 74 173

Shades and tints

Shades of #573C7B

#573C7B
(87,60,123)
#503770
(80,55,112)
#493265
(73,50,101)
#422D5A
(66,45,90)
#3B284F
(59,40,79)
#342344
(52,35,68)
#2D1E39
(45,30,57)
#26192E
(38,25,46)
#1F1423
(31,20,35)
#180F18
(24,15,24)
#110A0D
(17,10,13)
#000000
(0,0,0)

Tints of #573C7B

#573C7B
(87,60,123)
#664D87
(102,77,135)
#755E93
(117,94,147)
#846F9F
(132,111,159)
#9380AB
(147,128,171)
#A291B7
(162,145,183)
#B1A2C3
(177,162,195)
#C0B3CF
(192,179,207)
#CFC4DB
(207,196,219)
#DED5E7
(222,213,231)
#EDE6F3
(237,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573C7B; }

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

This text font color is #573C7B.

Background Color

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

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

This div background color is #573C7B.

Border color

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

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

This div border color is #573C7B.

Opacity

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

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

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

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

This text has shadow with #573C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #573C7B.

Preview

Color preview on black background

This text has color #573C7B on black background.


Color preview on white background

This text has color #573C7B on white background.


Black color preview on #573C7B background

This text has black color on #573C7B background.


White color preview on #573C7B background

This text has white color on #573C7B background.


Related colors

Complementary color

Complementary color for #hex is #A8C384.


I love getcolorcode.com

Triadic colors

1 #7B573C and #3C7B57 with #573C7B are triadic colors.

2 #7B3C57 and #3C577B with #573C7B are triadic colors.