COLOR #580959

HEX: #580959
RGB: (88,9,89)

Color info

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

RGB color model

#580959 color RGB value is (88,9,89).

  • red value is 88;
  • green value is 9;
  • blue value is 89.
RGB:
(88,9,89)
(35%,4%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 9 of 255 = 4%
B 89 of 255 = 35%

88
9
89

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

Portions of RGB colors in percentages

R + G + B =
88 + 9 + 89 = 186 (100%)
R 88 of 186 ~ 47.31%
G 9 of 186 ~ 4.84%
B 89 of 186 ~ 47.85%

%47.31
%47.85

CMYK color model

#580959 color CMYK value is (1,90,0,65).

  • cyan value is 1.12%
  • magenta value is 89.89%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(1,90,0,65)
C1M90Y0K65 
(1%,90%,0%,65%)
(0.01/0.90/0.00/0.65)	

CMYK percentages

%1.12
%89.89
%0
%65.1

Codes

Color #580959 in popluar color models

580959
RGB88989
HSL299°81.63%19.22%
HSB/HSV299°89.89%34.90%
CMYK1.12%89.89%0.00%
65.10%

Color #580959 in popluar number systems.

HEX580959
Decimal88989
Binary101100010011011001
Octal13011131

Shades and tints

Shades of #580959

#580959
(88,9,89)
#500951
(80,9,81)
#480949
(72,9,73)
#400941
(64,9,65)
#380939
(56,9,57)
#300931
(48,9,49)
#280929
(40,9,41)
#200921
(32,9,33)
#180919
(24,9,25)
#100911
(16,9,17)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #580959

#580959
(88,9,89)
#671F68
(103,31,104)
#763577
(118,53,119)
#854B86
(133,75,134)
#946195
(148,97,149)
#A377A4
(163,119,164)
#B28DB3
(178,141,179)
#C1A3C2
(193,163,194)
#D0B9D1
(208,185,209)
#DFCFE0
(223,207,224)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580959 color. Also use rgb(88,9,89) instead hex code.

Text Font Color

.myTextColor { color: #580959; }

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

This text font color is #580959.


Background Color

.myBgColor { background-color: #580959; }

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

This div background color is #580959.


Border color

.myBorderColor { border: 1px solid #580959; }

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

This div border color is #580959.


Opacity

.myOpacity80 { color: #580959; opacity: 0.8; }

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

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

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

This text has shadow with #580959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580959 on black background.


Color preview on white background

This text has color #580959 on white background.



Black color preview on #580959 background

This text has black color on #580959 background.


White color preview on #580959 background

This text has white color on #580959 background.