COLOR #573361

HEX: #573361
RGB: (87,51,97)

Color info

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

RGB color model

#573361 color RGB value is (87,51,97).

  • red value is 87;
  • green value is 51;
  • blue value is 97.
RGB:
(87,51,97)
(34%,20%,38%)

RGB channels and saturation

R 87 of 255 = 34%
G 51 of 255 = 20%
B 97 of 255 = 38%

87
51
97

R + G + B ~ 31%. #573361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 51 + 97 = 235 (100%)
R 87 of 235 ~ 37.02%
G 51 of 235 ~ 21.7%
B 97 of 235 ~ 41.28%

%37.02
%21.7
%41.28

CMYK color model

#573361 color CMYK value is (10,47,0,62).

  • cyan value is 10.31%
  • magenta value is 47.42%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(10,47,0,62)
C10M47Y0K62 
(10%,47%,0%,62%)
(0.10/0.47/0.00/0.62)	

CMYK percentages

%10.31
%47.42
%0
%61.96

Codes

Color #573361 in popluar color models

573361
RGB875197
HSL287°31.08%29.02%
HSB/HSV287°47.42%38.04%
CMYK10.31%47.42%0.00%
61.96%

Color #573361 in popluar number systems.

HEX573361
Decimal875197
Binary10101111100111100001
Octal12763141

Shades and tints

Shades of #573361

#573361
(87,51,97)
#502F59
(80,47,89)
#492B51
(73,43,81)
#422749
(66,39,73)
#3B2341
(59,35,65)
#341F39
(52,31,57)
#2D1B31
(45,27,49)
#261729
(38,23,41)
#1F1321
(31,19,33)
#180F19
(24,15,25)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #573361

#573361
(87,51,97)
#66456F
(102,69,111)
#75577D
(117,87,125)
#84698B
(132,105,139)
#937B99
(147,123,153)
#A28DA7
(162,141,167)
#B19FB5
(177,159,181)
#C0B1C3
(192,177,195)
#CFC3D1
(207,195,209)
#DED5DF
(222,213,223)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573361; }

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

This text font color is #573361.


Background Color

.myBgColor { background-color: #573361; }

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

This div background color is #573361.


Border color

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

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

This div border color is #573361.


Opacity

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

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

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

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

This text has shadow with #573361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573361 on black background.


Color preview on white background

This text has color #573361 on white background.



Black color preview on #573361 background

This text has black color on #573361 background.


White color preview on #573361 background

This text has white color on #573361 background.