COLOR #570F56

HEX: #570F56
RGB: (87,15,86)

Color info

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

RGB color model

#570F56 color RGB value is (87,15,86).

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

RGB channels and saturation

R 87 of 255 = 34%
G 15 of 255 = 6%
B 86 of 255 = 34%

87
15
86

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

Portions of RGB colors in percentages

R + G + B =
87 + 15 + 86 = 188 (100%)
R 87 of 188 ~ 46.28%
G 15 of 188 ~ 7.98%
B 86 of 188 ~ 45.74%

%46.28
%45.74

CMYK color model

#570F56 color CMYK value is (0,83,1,66).

  • cyan value is 0.00%
  • magenta value is 82.76%
  • yellow value is 1.15%
  • key color value is 65.88%
CMYK:
(0,83,1,66)
C0M83Y1K66 
(0%,83%,1%,66%)
(0.00/0.83/0.01/0.66)	

CMYK percentages

%0
%82.76
%1.15
%65.88

Codes

Color #570F56 in popluar color models

570F56
RGB871586
HSL301°70.59%20.00%
HSB/HSV301°82.76%34.12%
CMYK0.00%82.76%1.15%
65.88%

Color #570F56 in popluar number systems.

HEX570F56
Decimal871586
Binary101011111111010110
Octal12717126

Shades and tints

Shades of #570F56

#570F56
(87,15,86)
#500E4F
(80,14,79)
#490D48
(73,13,72)
#420C41
(66,12,65)
#3B0B3A
(59,11,58)
#340A33
(52,10,51)
#2D092C
(45,9,44)
#260825
(38,8,37)
#1F071E
(31,7,30)
#180617
(24,6,23)
#110510
(17,5,16)
#000000
(0,0,0)

Tints of #570F56

#570F56
(87,15,86)
#662465
(102,36,101)
#753974
(117,57,116)
#844E83
(132,78,131)
#936392
(147,99,146)
#A278A1
(162,120,161)
#B18DB0
(177,141,176)
#C0A2BF
(192,162,191)
#CFB7CE
(207,183,206)
#DECCDD
(222,204,221)
#EDE1EC
(237,225,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570F56 color. Also use rgb(87,15,86) instead hex code.

Text Font Color

.myTextColor { color: #570F56; }

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

This text font color is #570F56.


Background Color

.myBgColor { background-color: #570F56; }

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

This div background color is #570F56.


Border color

.myBorderColor { border: 1px solid #570F56; }

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

This div border color is #570F56.


Opacity

.myOpacity80 { color: #570F56; opacity: 0.8; }

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

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

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

This text has shadow with #570F56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570F56 on black background.


Color preview on white background

This text has color #570F56 on white background.



Black color preview on #570F56 background

This text has black color on #570F56 background.


White color preview on #570F56 background

This text has white color on #570F56 background.