COLOR #572EAB

HEX: #572EAB
RGB: (87,46,171)

Color info

#572EAB contains mainly blue color. Web safe color of #572EAB is #663399 (or #639).

RGB color model

#572EAB color RGB value is (87,46,171).

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

RGB channels and saturation

R 87 of 255 = 34%
G 46 of 255 = 18%
B 171 of 255 = 67%

87
46
171

R + G + B ~ 40%. #572EAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 46 + 171 = 304 (100%)
R 87 of 304 ~ 28.62%
G 46 of 304 ~ 15.13%
B 171 of 304 ~ 56.25%

%28.62
%15.13
%56.25

CMYK color model

#572EAB color CMYK value is (49,73,0,33).

  • cyan value is 49.12%
  • magenta value is 73.10%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(49,73,0,33)
C49M73Y0K33 
(49%,73%,0%,33%)
(0.49/0.73/0.00/0.33)	

CMYK percentages

%49.12
%73.1
%0
%32.94

Codes

Color #572EAB in popluar color models

572EAB
RGB8746171
HSL260°57.60%42.55%
HSB/HSV260°73.10%67.06%
CMYK49.12%73.10%0.00%
32.94%

Color #572EAB in popluar number systems.

HEX572EAB
Decimal8746171
Binary101011110111010101011
Octal12756253

Shades and tints

Shades of #572EAB

#572EAB
(87,46,171)
#502A9C
(80,42,156)
#49268D
(73,38,141)
#42227E
(66,34,126)
#3B1E6F
(59,30,111)
#341A60
(52,26,96)
#2D1651
(45,22,81)
#261242
(38,18,66)
#1F0E33
(31,14,51)
#180A24
(24,10,36)
#110615
(17,6,21)
#000000
(0,0,0)

Tints of #572EAB

#572EAB
(87,46,171)
#6641B2
(102,65,178)
#7554B9
(117,84,185)
#8467C0
(132,103,192)
#937AC7
(147,122,199)
#A28DCE
(162,141,206)
#B1A0D5
(177,160,213)
#C0B3DC
(192,179,220)
#CFC6E3
(207,198,227)
#DED9EA
(222,217,234)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #572EAB; }

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

This text font color is #572EAB.


Background Color

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

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

This div background color is #572EAB.


Border color

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

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

This div border color is #572EAB.


Opacity

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

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

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

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

This text has shadow with #572EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #572EAB on black background.


Color preview on white background

This text has color #572EAB on white background.



Black color preview on #572EAB background

This text has black color on #572EAB background.


White color preview on #572EAB background

This text has white color on #572EAB background.