COLOR #580F5C

HEX: #580F5C
RGB: (88,15,92)

Color info

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

RGB color model

#580F5C color RGB value is (88,15,92).

  • red value is 88;
  • green value is 15;
  • blue value is 92.
RGB:
(88,15,92)
(35%,6%,36%)

RGB channels and saturation

R 88 of 255 = 35%
G 15 of 255 = 6%
B 92 of 255 = 36%

88
15
92

R + G + B ~ 26%. #580F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 15 + 92 = 195 (100%)
R 88 of 195 ~ 45.13%
G 15 of 195 ~ 7.69%
B 92 of 195 ~ 47.18%

%45.13
%47.18

CMYK color model

#580F5C color CMYK value is (4,84,0,64).

  • cyan value is 4.35%
  • magenta value is 83.70%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(4,84,0,64)
C4M84Y0K64 
(4%,84%,0%,64%)
(0.04/0.84/0.00/0.64)	

CMYK percentages

%4.35
%83.7
%0
%63.92

Codes

Color #580F5C in popluar color models

580F5C
RGB881592
HSL297°71.96%20.98%
HSB/HSV297°83.70%36.08%
CMYK4.35%83.70%0.00%
63.92%

Color #580F5C in popluar number systems.

HEX580F5C
Decimal881592
Binary101100011111011100
Octal13017134

Shades and tints

Shades of #580F5C

#580F5C
(88,15,92)
#500E54
(80,14,84)
#480D4C
(72,13,76)
#400C44
(64,12,68)
#380B3C
(56,11,60)
#300A34
(48,10,52)
#28092C
(40,9,44)
#200824
(32,8,36)
#18071C
(24,7,28)
#100614
(16,6,20)
#08050C
(8,5,12)
#000000
(0,0,0)

Tints of #580F5C

#580F5C
(88,15,92)
#67246A
(103,36,106)
#763978
(118,57,120)
#854E86
(133,78,134)
#946394
(148,99,148)
#A378A2
(163,120,162)
#B28DB0
(178,141,176)
#C1A2BE
(193,162,190)
#D0B7CC
(208,183,204)
#DFCCDA
(223,204,218)
#EEE1E8
(238,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580F5C color. Also use rgb(88,15,92) instead hex code.

Text Font Color

.myTextColor { color: #580F5C; }

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

This text font color is #580F5C.


Background Color

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

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

This div background color is #580F5C.


Border color

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

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

This div border color is #580F5C.


Opacity

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

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

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

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

This text has shadow with #580F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580F5C on black background.


Color preview on white background

This text has color #580F5C on white background.



Black color preview on #580F5C background

This text has black color on #580F5C background.


White color preview on #580F5C background

This text has white color on #580F5C background.