COLOR #573557

HEX: #573557
RGB: (87,53,87)

Color info

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

RGB color model

#573557 color RGB value is (87,53,87).

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

RGB channels and saturation

R 87 of 255 = 34%
G 53 of 255 = 21%
B 87 of 255 = 34%

87
53
87

R + G + B ~ 30%. #573557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 53 + 87 = 227 (100%)
R 87 of 227 ~ 38.33%
G 53 of 227 ~ 23.35%
B 87 of 227 ~ 38.33%

%38.33
%23.35
%38.33

CMYK color model

#573557 color CMYK value is (0,39,0,66).

  • cyan value is 0.00%
  • magenta value is 39.08%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(0,39,0,66)
C0M39Y0K66 
(0%,39%,0%,66%)
(0.00/0.39/0.00/0.66)	

CMYK percentages

%0
%39.08
%0
%65.88

Codes

Color #573557 in popluar color models

573557
RGB875387
HSL300°24.29%27.45%
HSB/HSV300°39.08%34.12%
CMYK0.00%39.08%0.00%
65.88%

Color #573557 in popluar number systems.

HEX573557
Decimal875387
Binary10101111101011010111
Octal12765127

Shades and tints

Shades of #573557

#573557
(87,53,87)
#503150
(80,49,80)
#492D49
(73,45,73)
#422942
(66,41,66)
#3B253B
(59,37,59)
#342134
(52,33,52)
#2D1D2D
(45,29,45)
#261926
(38,25,38)
#1F151F
(31,21,31)
#181118
(24,17,24)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #573557

#573557
(87,53,87)
#664766
(102,71,102)
#755975
(117,89,117)
#846B84
(132,107,132)
#937D93
(147,125,147)
#A28FA2
(162,143,162)
#B1A1B1
(177,161,177)
#C0B3C0
(192,179,192)
#CFC5CF
(207,197,207)
#DED7DE
(222,215,222)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573557; }

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

This text font color is #573557.


Background Color

.myBgColor { background-color: #573557; }

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

This div background color is #573557.


Border color

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

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

This div border color is #573557.


Opacity

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

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

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

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

This text has shadow with #573557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573557 on black background.


Color preview on white background

This text has color #573557 on white background.



Black color preview on #573557 background

This text has black color on #573557 background.


White color preview on #573557 background

This text has white color on #573557 background.