COLOR #572D5C

HEX: #572D5C
RGB: (87,45,92)

Color info

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

RGB color model

#572D5C color RGB value is (87,45,92).

  • red value is 87;
  • green value is 45;
  • blue value is 92.
RGB:
(87,45,92)
(34%,18%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 45 of 255 = 18%
B 92 of 255 = 36%

87
45
92

R + G + B ~ 29%. #572D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 45 + 92 = 224 (100%)
R 87 of 224 ~ 38.84%
G 45 of 224 ~ 20.09%
B 92 of 224 ~ 41.07%

%38.84
%20.09
%41.07

CMYK color model

#572D5C color CMYK value is (5,51,0,64).

  • cyan value is 5.43%
  • magenta value is 51.09%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(5,51,0,64)
C5M51Y0K64 
(5%,51%,0%,64%)
(0.05/0.51/0.00/0.64)	

CMYK percentages

%5.43
%51.09
%0
%63.92

Codes

Color #572D5C in popluar color models

572D5C
RGB874592
HSL294°34.31%26.86%
HSB/HSV294°51.09%36.08%
CMYK5.43%51.09%0.00%
63.92%

Color #572D5C in popluar number systems.

HEX572D5C
Decimal874592
Binary10101111011011011100
Octal12755134

Shades and tints

Shades of #572D5C

#572D5C
(87,45,92)
#502954
(80,41,84)
#49254C
(73,37,76)
#422144
(66,33,68)
#3B1D3C
(59,29,60)
#341934
(52,25,52)
#2D152C
(45,21,44)
#261124
(38,17,36)
#1F0D1C
(31,13,28)
#180914
(24,9,20)
#11050C
(17,5,12)
#000000
(0,0,0)

Tints of #572D5C

#572D5C
(87,45,92)
#66406A
(102,64,106)
#755378
(117,83,120)
#846686
(132,102,134)
#937994
(147,121,148)
#A28CA2
(162,140,162)
#B19FB0
(177,159,176)
#C0B2BE
(192,178,190)
#CFC5CC
(207,197,204)
#DED8DA
(222,216,218)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572D5C color. Also use rgb(87,45,92) instead hex code.

Text Font Color

.myTextColor { color: #572D5C; }

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

This text font color is #572D5C.


Background Color

.myBgColor { background-color: #572D5C; }

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

This div background color is #572D5C.


Border color

.myBorderColor { border: 1px solid #572D5C; }

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

This div border color is #572D5C.


Opacity

.myOpacity80 { color: #572D5C; opacity: 0.8; }

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

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

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

This text has shadow with #572D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572D5C on black background.


Color preview on white background

This text has color #572D5C on white background.



Black color preview on #572D5C background

This text has black color on #572D5C background.


White color preview on #572D5C background

This text has white color on #572D5C background.