COLOR #580C57

HEX: #580C57
RGB: (88,12,87)

Color info

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

RGB color model

#580C57 color RGB value is (88,12,87).

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

RGB channels and saturation

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

88
12
87

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

Portions of RGB colors in percentages

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

%47.06
%46.52

CMYK color model

#580C57 color CMYK value is (0,86,1,65).

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

CMYK percentages

%0
%86.36
%1.14
%65.49

Codes

Color #580C57 in popluar color models

580C57
RGB881287
HSL301°76.00%19.61%
HSB/HSV301°86.36%34.51%
CMYK0.00%86.36%1.14%
65.49%

Color #580C57 in popluar number systems.

HEX580C57
Decimal881287
Binary101100011001010111
Octal13014127

Shades and tints

Shades of #580C57

#580C57
(88,12,87)
#500B50
(80,11,80)
#480A49
(72,10,73)
#400942
(64,9,66)
#38083B
(56,8,59)
#300734
(48,7,52)
#28062D
(40,6,45)
#200526
(32,5,38)
#18041F
(24,4,31)
#100318
(16,3,24)
#080211
(8,2,17)
#000000
(0,0,0)

Tints of #580C57

#580C57
(88,12,87)
#672266
(103,34,102)
#763875
(118,56,117)
#854E84
(133,78,132)
#946493
(148,100,147)
#A37AA2
(163,122,162)
#B290B1
(178,144,177)
#C1A6C0
(193,166,192)
#D0BCCF
(208,188,207)
#DFD2DE
(223,210,222)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580C57; }

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

This text font color is #580C57.


Background Color

.myBgColor { background-color: #580C57; }

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

This div background color is #580C57.


Border color

.myBorderColor { border: 1px solid #580C57; }

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

This div border color is #580C57.


Opacity

.myOpacity80 { color: #580C57; opacity: 0.8; }

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

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

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

This text has shadow with #580C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580C57 on black background.


Color preview on white background

This text has color #580C57 on white background.



Black color preview on #580C57 background

This text has black color on #580C57 background.


White color preview on #580C57 background

This text has white color on #580C57 background.