COLOR #573660

HEX: #573660
RGB: (87,54,96)

Color info

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

RGB color model

#573660 color RGB value is (87,54,96).

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

RGB channels and saturation

R 87 of 255 = 34%
G 54 of 255 = 21%
B 96 of 255 = 38%

87
54
96

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

Portions of RGB colors in percentages

R + G + B =
87 + 54 + 96 = 237 (100%)
R 87 of 237 ~ 36.71%
G 54 of 237 ~ 22.78%
B 96 of 237 ~ 40.51%

%36.71
%22.78
%40.51

CMYK color model

#573660 color CMYK value is (9,44,0,62).

  • cyan value is 9.38%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(9,44,0,62)
C9M44Y0K62 
(9%,44%,0%,62%)
(0.09/0.44/0.00/0.62)	

CMYK percentages

%9.38
%43.75
%0
%62.35

Codes

Color #573660 in popluar color models

573660
RGB875496
HSL287°28.00%29.41%
HSB/HSV287°43.75%37.65%
CMYK9.38%43.75%0.00%
62.35%

Color #573660 in popluar number systems.

HEX573660
Decimal875496
Binary10101111101101100000
Octal12766140

Shades and tints

Shades of #573660

#573660
(87,54,96)
#503258
(80,50,88)
#492E50
(73,46,80)
#422A48
(66,42,72)
#3B2640
(59,38,64)
#342238
(52,34,56)
#2D1E30
(45,30,48)
#261A28
(38,26,40)
#1F1620
(31,22,32)
#181218
(24,18,24)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #573660

#573660
(87,54,96)
#66486E
(102,72,110)
#755A7C
(117,90,124)
#846C8A
(132,108,138)
#937E98
(147,126,152)
#A290A6
(162,144,166)
#B1A2B4
(177,162,180)
#C0B4C2
(192,180,194)
#CFC6D0
(207,198,208)
#DED8DE
(222,216,222)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #573660; }

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

This text font color is #573660.


Background Color

.myBgColor { background-color: #573660; }

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

This div background color is #573660.


Border color

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

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

This div border color is #573660.


Opacity

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

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

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

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

This text has shadow with #573660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #573660 on black background.


Color preview on white background

This text has color #573660 on white background.



Black color preview on #573660 background

This text has black color on #573660 background.


White color preview on #573660 background

This text has white color on #573660 background.