COLOR #571B56

HEX: #571B56
RGB: (87,27,86)

Color info

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

RGB color model

#571B56 color RGB value is (87,27,86).

  • red value is 87;
  • green value is 27;
  • blue value is 86.
RGB:
(87,27,86)
(34%,11%,34%)

RGB channels and saturation

R 87 of 255 = 34%
G 27 of 255 = 11%
B 86 of 255 = 34%

87
27
86

R + G + B ~ 26%. #571B56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 27 + 86 = 200 (100%)
R 87 of 200 ~ 43.5%
G 27 of 200 ~ 13.5%
B 86 of 200 ~ 43%

%43.5
%13.5
%43

CMYK color model

#571B56 color CMYK value is (0,69,1,66).

  • cyan value is 0.00%
  • magenta value is 68.97%
  • yellow value is 1.15%
  • key color value is 65.88%
CMYK:
(0,69,1,66)
C0M69Y1K66 
(0%,69%,1%,66%)
(0.00/0.69/0.01/0.66)	

CMYK percentages

%0
%68.97
%1.15
%65.88

Codes

Color #571B56 in popluar color models

571B56
RGB872786
HSL301°52.63%22.35%
HSB/HSV301°68.97%34.12%
CMYK0.00%68.97%1.15%
65.88%

Color #571B56 in popluar number systems.

HEX571B56
Decimal872786
Binary1010111110111010110
Octal12733126

Shades and tints

Shades of #571B56

#571B56
(87,27,86)
#50194F
(80,25,79)
#491748
(73,23,72)
#421541
(66,21,65)
#3B133A
(59,19,58)
#341133
(52,17,51)
#2D0F2C
(45,15,44)
#260D25
(38,13,37)
#1F0B1E
(31,11,30)
#180917
(24,9,23)
#110710
(17,7,16)
#000000
(0,0,0)

Tints of #571B56

#571B56
(87,27,86)
#662F65
(102,47,101)
#754374
(117,67,116)
#845783
(132,87,131)
#936B92
(147,107,146)
#A27FA1
(162,127,161)
#B193B0
(177,147,176)
#C0A7BF
(192,167,191)
#CFBBCE
(207,187,206)
#DECFDD
(222,207,221)
#EDE3EC
(237,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #571B56 color. Also use rgb(87,27,86) instead hex code.

Text Font Color

.myTextColor { color: #571B56; }

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

This text font color is #571B56.


Background Color

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

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

This div background color is #571B56.


Border color

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

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

This div border color is #571B56.


Opacity

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

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

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

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

This text has shadow with #571B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #571B56 on black background.


Color preview on white background

This text has color #571B56 on white background.



Black color preview on #571B56 background

This text has black color on #571B56 background.


White color preview on #571B56 background

This text has white color on #571B56 background.