COLOR #580058

HEX: #580058
RGB: (88,0,88)

Color info

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

RGB color model

#580058 color RGB value is (88,0,88).

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

RGB channels and saturation

R 88 of 255 = 35%
G 0 of 255 = 0%
B 88 of 255 = 35%

88
0
88

R + G + B ~ 23%. #580058 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 0 + 88 = 176 (100%)
R 88 of 176 ~ 50%
G 0 of 176 ~ 0%
B 88 of 176 ~ 50%

%50
%50

CMYK color model

#580058 color CMYK value is (0,100,0,65).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(0,100,0,65)
C0M100Y0K65 
(0%,100%,0%,65%)
(0.00/1.00/0.00/0.65)	

CMYK percentages

%0
%100
%0
%65.49

Codes

Color #580058 in popluar color models

580058
RGB88088
HSL300°100.00%17.25%
HSB/HSV300°100.00%34.51%
CMYK0.00%100.00%0.00%
65.49%

Color #580058 in popluar number systems.

HEX580058
Decimal88088
Binary101100001011000
Octal1300130

Shades and tints

Shades of #580058

#580058
(88,0,88)
#500050
(80,0,80)
#480048
(72,0,72)
#400040
(64,0,64)
#380038
(56,0,56)
#300030
(48,0,48)
#280028
(40,0,40)
#200020
(32,0,32)
#180018
(24,0,24)
#100010
(16,0,16)
#080008
(8,0,8)
#000000
(0,0,0)

Tints of #580058

#580058
(88,0,88)
#671767
(103,23,103)
#762E76
(118,46,118)
#854585
(133,69,133)
#945C94
(148,92,148)
#A373A3
(163,115,163)
#B28AB2
(178,138,178)
#C1A1C1
(193,161,193)
#D0B8D0
(208,184,208)
#DFCFDF
(223,207,223)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #580058; }

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

This text font color is #580058.


Background Color

.myBgColor { background-color: #580058; }

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

This div background color is #580058.


Border color

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

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

This div border color is #580058.


Opacity

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

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

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

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

This text has shadow with #580058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580058 on black background.


Color preview on white background

This text has color #580058 on white background.



Black color preview on #580058 background

This text has black color on #580058 background.


White color preview on #580058 background

This text has white color on #580058 background.