COLOR #582058

HEX: #582058
RGB: (88,32,88)

Color info

#582058 contains red, green and blue colors in about the same proportion. Web safe color of #582058 is #663366 (or #636).

RGB color model

#582058 color RGB value is (88,32,88).

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

RGB channels and saturation

R 88 of 255 = 35%
G 32 of 255 = 13%
B 88 of 255 = 35%

88
32
88

R + G + B ~ 28%. #582058 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 32 + 88 = 208 (100%)
R 88 of 208 ~ 42.31%
G 32 of 208 ~ 15.38%
B 88 of 208 ~ 42.31%

%42.31
%15.38
%42.31

CMYK color model

#582058 color CMYK value is (0,64,0,65).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(0,64,0,65)
C0M64Y0K65 
(0%,64%,0%,65%)
(0.00/0.64/0.00/0.65)	

CMYK percentages

%0
%63.64
%0
%65.49

Codes

Color #582058 in popluar color models

582058
RGB883288
HSL300°46.67%23.53%
HSB/HSV300°63.64%34.51%
CMYK0.00%63.64%0.00%
65.49%

Color #582058 in popluar number systems.

HEX582058
Decimal883288
Binary10110001000001011000
Octal13040130

Shades and tints

Shades of #582058

#582058
(88,32,88)
#501E50
(80,30,80)
#481C48
(72,28,72)
#401A40
(64,26,64)
#381838
(56,24,56)
#301630
(48,22,48)
#281428
(40,20,40)
#201220
(32,18,32)
#181018
(24,16,24)
#100E10
(16,14,16)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #582058

#582058
(88,32,88)
#673467
(103,52,103)
#764876
(118,72,118)
#855C85
(133,92,133)
#947094
(148,112,148)
#A384A3
(163,132,163)
#B298B2
(178,152,178)
#C1ACC1
(193,172,193)
#D0C0D0
(208,192,208)
#DFD4DF
(223,212,223)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582058; }

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

This text font color is #582058.


Background Color

.myBgColor { background-color: #582058; }

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

This div background color is #582058.


Border color

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

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

This div border color is #582058.


Opacity

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

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

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

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

This text has shadow with #582058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582058 on black background.


Color preview on white background

This text has color #582058 on white background.



Black color preview on #582058 background

This text has black color on #582058 background.


White color preview on #582058 background

This text has white color on #582058 background.