COLOR #572E7B

HEX: #572E7B
RGB: (87,46,123)

Color info

#572E7B contains mainly red and blue colors. Web safe color of #572E7B is #663366 (or #636).

RGB color model

#572E7B color RGB value is (87,46,123).

  • red value is 87;
  • green value is 46;
  • blue value is 123.
RGB:
(87,46,123)
(34%,18%,48%)

RGB channels and saturation

R 87 of 255 = 34%
G 46 of 255 = 18%
B 123 of 255 = 48%

87
46
123

R + G + B ~ 33%. #572E7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 46 + 123 = 256 (100%)
R 87 of 256 ~ 33.98%
G 46 of 256 ~ 17.97%
B 123 of 256 ~ 48.05%

%33.98
%17.97
%48.05

CMYK color model

#572E7B color CMYK value is (29,63,0,52).

  • cyan value is 29.27%
  • magenta value is 62.60%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(29,63,0,52)
C29M63Y0K52 
(29%,63%,0%,52%)
(0.29/0.63/0.00/0.52)	

CMYK percentages

%29.27
%62.6
%0
%51.76

Codes

Color #572E7B in popluar color models

572E7B
RGB8746123
HSL272°45.56%33.14%
HSB/HSV272°62.60%48.24%
CMYK29.27%62.60%0.00%
51.76%

Color #572E7B in popluar number systems.

HEX572E7B
Decimal8746123
Binary10101111011101111011
Octal12756173

Shades and tints

Shades of #572E7B

#572E7B
(87,46,123)
#502A70
(80,42,112)
#492665
(73,38,101)
#42225A
(66,34,90)
#3B1E4F
(59,30,79)
#341A44
(52,26,68)
#2D1639
(45,22,57)
#26122E
(38,18,46)
#1F0E23
(31,14,35)
#180A18
(24,10,24)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #572E7B

#572E7B
(87,46,123)
#664187
(102,65,135)
#755493
(117,84,147)
#84679F
(132,103,159)
#937AAB
(147,122,171)
#A28DB7
(162,141,183)
#B1A0C3
(177,160,195)
#C0B3CF
(192,179,207)
#CFC6DB
(207,198,219)
#DED9E7
(222,217,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #572E7B color. Also use rgb(87,46,123) instead hex code.

Text Font Color

.myTextColor { color: #572E7B; }

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

This text font color is #572E7B.


Background Color

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

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

This div background color is #572E7B.


Border color

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

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

This div border color is #572E7B.


Opacity

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

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

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

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

This text has shadow with #572E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572E7B on black background.


Color preview on white background

This text has color #572E7B on white background.



Black color preview on #572E7B background

This text has black color on #572E7B background.


White color preview on #572E7B background

This text has white color on #572E7B background.