COLOR #573057

HEX: #573057
RGB: (87,48,87)

Color info

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

RGB color model

#573057 color RGB value is (87,48,87).

  • red value is 87;
  • green value is 48;
  • blue value is 87.
RGB:
(87,48,87)
(34%,19%,34%)

RGB channels and saturation

R 87 of 255 = 34%
G 48 of 255 = 19%
B 87 of 255 = 34%

87
48
87

R + G + B ~ 29%. #573057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 48 + 87 = 222 (100%)
R 87 of 222 ~ 39.19%
G 48 of 222 ~ 21.62%
B 87 of 222 ~ 39.19%

%39.19
%21.62
%39.19

CMYK color model

#573057 color CMYK value is (0,45,0,66).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(0,45,0,66)
C0M45Y0K66 
(0%,45%,0%,66%)
(0.00/0.45/0.00/0.66)	

CMYK percentages

%0
%44.83
%0
%65.88

Codes

Color #573057 in popluar color models

573057
RGB874887
HSL300°28.89%26.47%
HSB/HSV300°44.83%34.12%
CMYK0.00%44.83%0.00%
65.88%

Color #573057 in popluar number systems.

HEX573057
Decimal874887
Binary10101111100001010111
Octal12760127

Shades and tints

Shades of #573057

#573057
(87,48,87)
#502C50
(80,44,80)
#492849
(73,40,73)
#422442
(66,36,66)
#3B203B
(59,32,59)
#341C34
(52,28,52)
#2D182D
(45,24,45)
#261426
(38,20,38)
#1F101F
(31,16,31)
#180C18
(24,12,24)
#110811
(17,8,17)
#000000
(0,0,0)

Tints of #573057

#573057
(87,48,87)
#664266
(102,66,102)
#755475
(117,84,117)
#846684
(132,102,132)
#937893
(147,120,147)
#A28AA2
(162,138,162)
#B19CB1
(177,156,177)
#C0AEC0
(192,174,192)
#CFC0CF
(207,192,207)
#DED2DE
(222,210,222)
#EDE4ED
(237,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573057; }

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

This text font color is #573057.


Background Color

.myBgColor { background-color: #573057; }

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

This div background color is #573057.


Border color

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

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

This div border color is #573057.


Opacity

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

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

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

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

This text has shadow with #573057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573057 on black background.


Color preview on white background

This text has color #573057 on white background.



Black color preview on #573057 background

This text has black color on #573057 background.


White color preview on #573057 background

This text has white color on #573057 background.