COLOR #573855

HEX: #573855
RGB: (87,56,85)

Color info

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

RGB color model

#573855 color RGB value is (87,56,85).

  • red value is 87;
  • green value is 56;
  • blue value is 85.
RGB:
(87,56,85)
(34%,22%,33%)

RGB channels and saturation

R 87 of 255 = 34%
G 56 of 255 = 22%
B 85 of 255 = 33%

87
56
85

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

Portions of RGB colors in percentages

R + G + B =
87 + 56 + 85 = 228 (100%)
R 87 of 228 ~ 38.16%
G 56 of 228 ~ 24.56%
B 85 of 228 ~ 37.28%

%38.16
%24.56
%37.28

CMYK color model

#573855 color CMYK value is (0,36,2,66).

  • cyan value is 0.00%
  • magenta value is 35.63%
  • yellow value is 2.30%
  • key color value is 65.88%
CMYK:
(0,36,2,66)
C0M36Y2K66 
(0%,36%,2%,66%)
(0.00/0.36/0.02/0.66)	

CMYK percentages

%0
%35.63
%2.3
%65.88

Codes

Color #573855 in popluar color models

573855
RGB875685
HSL304°21.68%28.04%
HSB/HSV304°35.63%34.12%
CMYK0.00%35.63%2.30%
65.88%

Color #573855 in popluar number systems.

HEX573855
Decimal875685
Binary10101111110001010101
Octal12770125

Shades and tints

Shades of #573855

#573855
(87,56,85)
#50334E
(80,51,78)
#492E47
(73,46,71)
#422940
(66,41,64)
#3B2439
(59,36,57)
#341F32
(52,31,50)
#2D1A2B
(45,26,43)
#261524
(38,21,36)
#1F101D
(31,16,29)
#180B16
(24,11,22)
#11060F
(17,6,15)
#000000
(0,0,0)

Tints of #573855

#573855
(87,56,85)
#664A64
(102,74,100)
#755C73
(117,92,115)
#846E82
(132,110,130)
#938091
(147,128,145)
#A292A0
(162,146,160)
#B1A4AF
(177,164,175)
#C0B6BE
(192,182,190)
#CFC8CD
(207,200,205)
#DEDADC
(222,218,220)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573855; }

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

This text font color is #573855.


Background Color

.myBgColor { background-color: #573855; }

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

This div background color is #573855.


Border color

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

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

This div border color is #573855.


Opacity

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

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

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

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

This text has shadow with #573855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573855 on black background.


Color preview on white background

This text has color #573855 on white background.



Black color preview on #573855 background

This text has black color on #573855 background.


White color preview on #573855 background

This text has white color on #573855 background.