COLOR #572E8B

HEX: #572E8B
RGB: (87,46,139)

Color info

#572E8B contains mainly red and blue colors. Web safe color of #572E8B is #663399 (or #639).

RGB color model

#572E8B color RGB value is (87,46,139).

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

RGB channels and saturation

R 87 of 255 = 34%
G 46 of 255 = 18%
B 139 of 255 = 55%

87
46
139

R + G + B ~ 36%. #572E8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 46 + 139 = 272 (100%)
R 87 of 272 ~ 31.99%
G 46 of 272 ~ 16.91%
B 139 of 272 ~ 51.1%

%31.99
%16.91
%51.1

CMYK color model

#572E8B color CMYK value is (37,67,0,45).

  • cyan value is 37.41%
  • magenta value is 66.91%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(37,67,0,45)
C37M67Y0K45 
(37%,67%,0%,45%)
(0.37/0.67/0.00/0.45)	

CMYK percentages

%37.41
%66.91
%0
%45.49

Codes

Color #572E8B in popluar color models

572E8B
RGB8746139
HSL266°50.27%36.27%
HSB/HSV266°66.91%54.51%
CMYK37.41%66.91%0.00%
45.49%

Color #572E8B in popluar number systems.

HEX572E8B
Decimal8746139
Binary101011110111010001011
Octal12756213

Shades and tints

Shades of #572E8B

#572E8B
(87,46,139)
#502A7F
(80,42,127)
#492673
(73,38,115)
#422267
(66,34,103)
#3B1E5B
(59,30,91)
#341A4F
(52,26,79)
#2D1643
(45,22,67)
#261237
(38,18,55)
#1F0E2B
(31,14,43)
#180A1F
(24,10,31)
#110613
(17,6,19)
#000000
(0,0,0)

Tints of #572E8B

#572E8B
(87,46,139)
#664195
(102,65,149)
#75549F
(117,84,159)
#8467A9
(132,103,169)
#937AB3
(147,122,179)
#A28DBD
(162,141,189)
#B1A0C7
(177,160,199)
#C0B3D1
(192,179,209)
#CFC6DB
(207,198,219)
#DED9E5
(222,217,229)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572E8B; }

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

This text font color is #572E8B.


Background Color

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

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

This div background color is #572E8B.


Border color

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

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

This div border color is #572E8B.


Opacity

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

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

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

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

This text has shadow with #572E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572E8B on black background.


Color preview on white background

This text has color #572E8B on white background.



Black color preview on #572E8B background

This text has black color on #572E8B background.


White color preview on #572E8B background

This text has white color on #572E8B background.