COLOR #572559

HEX: #572559
RGB: (87,37,89)

Color info

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

RGB color model

#572559 color RGB value is (87,37,89).

  • red value is 87;
  • green value is 37;
  • blue value is 89.
RGB:
(87,37,89)
(34%,15%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 37 of 255 = 15%
B 89 of 255 = 35%

87
37
89

R + G + B ~ 28%. #572559 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 37 + 89 = 213 (100%)
R 87 of 213 ~ 40.85%
G 37 of 213 ~ 17.37%
B 89 of 213 ~ 41.78%

%40.85
%17.37
%41.78

CMYK color model

#572559 color CMYK value is (2,58,0,65).

  • cyan value is 2.25%
  • magenta value is 58.43%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(2,58,0,65)
C2M58Y0K65 
(2%,58%,0%,65%)
(0.02/0.58/0.00/0.65)	

CMYK percentages

%2.25
%58.43
%0
%65.1

Codes

Color #572559 in popluar color models

572559
RGB873789
HSL298°41.27%24.71%
HSB/HSV298°58.43%34.90%
CMYK2.25%58.43%0.00%
65.10%

Color #572559 in popluar number systems.

HEX572559
Decimal873789
Binary10101111001011011001
Octal12745131

Shades and tints

Shades of #572559

#572559
(87,37,89)
#502251
(80,34,81)
#491F49
(73,31,73)
#421C41
(66,28,65)
#3B1939
(59,25,57)
#341631
(52,22,49)
#2D1329
(45,19,41)
#261021
(38,16,33)
#1F0D19
(31,13,25)
#180A11
(24,10,17)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #572559

#572559
(87,37,89)
#663868
(102,56,104)
#754B77
(117,75,119)
#845E86
(132,94,134)
#937195
(147,113,149)
#A284A4
(162,132,164)
#B197B3
(177,151,179)
#C0AAC2
(192,170,194)
#CFBDD1
(207,189,209)
#DED0E0
(222,208,224)
#EDE3EF
(237,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572559; }

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

This text font color is #572559.


Background Color

.myBgColor { background-color: #572559; }

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

This div background color is #572559.


Border color

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

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

This div border color is #572559.


Opacity

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

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

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

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

This text has shadow with #572559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572559 on black background.


Color preview on white background

This text has color #572559 on white background.



Black color preview on #572559 background

This text has black color on #572559 background.


White color preview on #572559 background

This text has white color on #572559 background.