COLOR #571557

HEX: #571557
RGB: (87,21,87)

Color info

#571557 contains mainly red and blue colors. Web safe color of #571557 is #660066 (or #606).

RGB color model

#571557 color RGB value is (87,21,87).

  • red value is 87;
  • green value is 21;
  • blue value is 87.
RGB:
(87,21,87)
(34%,8%,34%)

RGB channels and saturation

R 87 of 255 = 34%
G 21 of 255 = 8%
B 87 of 255 = 34%

87
21
87

R + G + B ~ 25%. #571557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 21 + 87 = 195 (100%)
R 87 of 195 ~ 44.62%
G 21 of 195 ~ 10.77%
B 87 of 195 ~ 44.62%

%44.62
%10.77
%44.62

CMYK color model

#571557 color CMYK value is (0,76,0,66).

  • cyan value is 0.00%
  • magenta value is 75.86%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(0,76,0,66)
C0M76Y0K66 
(0%,76%,0%,66%)
(0.00/0.76/0.00/0.66)	

CMYK percentages

%0
%75.86
%0
%65.88

Codes

Color #571557 in popluar color models

571557
RGB872187
HSL300°61.11%21.18%
HSB/HSV300°75.86%34.12%
CMYK0.00%75.86%0.00%
65.88%

Color #571557 in popluar number systems.

HEX571557
Decimal872187
Binary1010111101011010111
Octal12725127

Shades and tints

Shades of #571557

#571557
(87,21,87)
#501450
(80,20,80)
#491349
(73,19,73)
#421242
(66,18,66)
#3B113B
(59,17,59)
#341034
(52,16,52)
#2D0F2D
(45,15,45)
#260E26
(38,14,38)
#1F0D1F
(31,13,31)
#180C18
(24,12,24)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #571557

#571557
(87,21,87)
#662A66
(102,42,102)
#753F75
(117,63,117)
#845484
(132,84,132)
#936993
(147,105,147)
#A27EA2
(162,126,162)
#B193B1
(177,147,177)
#C0A8C0
(192,168,192)
#CFBDCF
(207,189,207)
#DED2DE
(222,210,222)
#EDE7ED
(237,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #571557; }

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

This text font color is #571557.


Background Color

.myBgColor { background-color: #571557; }

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

This div background color is #571557.


Border color

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

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

This div border color is #571557.


Opacity

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

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

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

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

This text has shadow with #571557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571557 on black background.


Color preview on white background

This text has color #571557 on white background.



Black color preview on #571557 background

This text has black color on #571557 background.


White color preview on #571557 background

This text has white color on #571557 background.