COLOR #570C58

HEX: #570C58
RGB: (87,12,88)

Color info

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

RGB color model

#570C58 color RGB value is (87,12,88).

  • red value is 87;
  • green value is 12;
  • blue value is 88.
RGB:
(87,12,88)
(34%,5%,35%)

RGB channels and saturation

R 87 of 255 = 34%
G 12 of 255 = 5%
B 88 of 255 = 35%

87
12
88

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

Portions of RGB colors in percentages

R + G + B =
87 + 12 + 88 = 187 (100%)
R 87 of 187 ~ 46.52%
G 12 of 187 ~ 6.42%
B 88 of 187 ~ 47.06%

%46.52
%47.06

CMYK color model

#570C58 color CMYK value is (1,86,0,65).

  • cyan value is 1.14%
  • magenta value is 86.36%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(1,86,0,65)
C1M86Y0K65 
(1%,86%,0%,65%)
(0.01/0.86/0.00/0.65)	

CMYK percentages

%1.14
%86.36
%0
%65.49

Codes

Color #570C58 in popluar color models

570C58
RGB871288
HSL299°76.00%19.61%
HSB/HSV299°86.36%34.51%
CMYK1.14%86.36%0.00%
65.49%

Color #570C58 in popluar number systems.

HEX570C58
Decimal871288
Binary101011111001011000
Octal12714130

Shades and tints

Shades of #570C58

#570C58
(87,12,88)
#500B50
(80,11,80)
#490A48
(73,10,72)
#420940
(66,9,64)
#3B0838
(59,8,56)
#340730
(52,7,48)
#2D0628
(45,6,40)
#260520
(38,5,32)
#1F0418
(31,4,24)
#180310
(24,3,16)
#110208
(17,2,8)
#000000
(0,0,0)

Tints of #570C58

#570C58
(87,12,88)
#662267
(102,34,103)
#753876
(117,56,118)
#844E85
(132,78,133)
#936494
(147,100,148)
#A27AA3
(162,122,163)
#B190B2
(177,144,178)
#C0A6C1
(192,166,193)
#CFBCD0
(207,188,208)
#DED2DF
(222,210,223)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #570C58 color. Also use rgb(87,12,88) instead hex code.

Text Font Color

.myTextColor { color: #570C58; }

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

This text font color is #570C58.


Background Color

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

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

This div background color is #570C58.


Border color

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

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

This div border color is #570C58.


Opacity

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

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

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

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

This text has shadow with #570C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #570C58 on black background.


Color preview on white background

This text has color #570C58 on white background.



Black color preview on #570C58 background

This text has black color on #570C58 background.


White color preview on #570C58 background

This text has white color on #570C58 background.