COLOR #571D59

HEX: #571D59
RGB: (87,29,89)

Color info

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

RGB color model

#571D59 color RGB value is (87,29,89).

  • red value is 87;
  • green value is 29;
  • blue value is 89.
RGB:
(87,29,89)
(34%,11%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 29 of 255 = 11%
B 89 of 255 = 35%

87
29
89

R + G + B ~ 27%. #571D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 29 + 89 = 205 (100%)
R 87 of 205 ~ 42.44%
G 29 of 205 ~ 14.15%
B 89 of 205 ~ 43.41%

%42.44
%14.15
%43.41

CMYK color model

#571D59 color CMYK value is (2,67,0,65).

  • cyan value is 2.25%
  • magenta value is 67.42%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(2,67,0,65)
C2M67Y0K65 
(2%,67%,0%,65%)
(0.02/0.67/0.00/0.65)	

CMYK percentages

%2.25
%67.42
%0
%65.1

Codes

Color #571D59 in popluar color models

571D59
RGB872989
HSL298°50.85%23.14%
HSB/HSV298°67.42%34.90%
CMYK2.25%67.42%0.00%
65.10%

Color #571D59 in popluar number systems.

HEX571D59
Decimal872989
Binary1010111111011011001
Octal12735131

Shades and tints

Shades of #571D59

#571D59
(87,29,89)
#501B51
(80,27,81)
#491949
(73,25,73)
#421741
(66,23,65)
#3B1539
(59,21,57)
#341331
(52,19,49)
#2D1129
(45,17,41)
#260F21
(38,15,33)
#1F0D19
(31,13,25)
#180B11
(24,11,17)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #571D59

#571D59
(87,29,89)
#663168
(102,49,104)
#754577
(117,69,119)
#845986
(132,89,134)
#936D95
(147,109,149)
#A281A4
(162,129,164)
#B195B3
(177,149,179)
#C0A9C2
(192,169,194)
#CFBDD1
(207,189,209)
#DED1E0
(222,209,224)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571D59 color. Also use rgb(87,29,89) instead hex code.

Text Font Color

.myTextColor { color: #571D59; }

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

This text font color is #571D59.


Background Color

.myBgColor { background-color: #571D59; }

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

This div background color is #571D59.


Border color

.myBorderColor { border: 1px solid #571D59; }

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

This div border color is #571D59.


Opacity

.myOpacity80 { color: #571D59; opacity: 0.8; }

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

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

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

This text has shadow with #571D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571D59 on black background.


Color preview on white background

This text has color #571D59 on white background.



Black color preview on #571D59 background

This text has black color on #571D59 background.


White color preview on #571D59 background

This text has white color on #571D59 background.