COLOR #582659

HEX: #582659
RGB: (88,38,89)

Color info

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

RGB color model

#582659 color RGB value is (88,38,89).

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

RGB channels and saturation

R 88 of 255 = 35%
G 38 of 255 = 15%
B 89 of 255 = 35%

88
38
89

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

Portions of RGB colors in percentages

R + G + B =
88 + 38 + 89 = 215 (100%)
R 88 of 215 ~ 40.93%
G 38 of 215 ~ 17.67%
B 89 of 215 ~ 41.4%

%40.93
%17.67
%41.4

CMYK color model

#582659 color CMYK value is (1,57,0,65).

  • cyan value is 1.12%
  • magenta value is 57.30%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(1,57,0,65)
C1M57Y0K65 
(1%,57%,0%,65%)
(0.01/0.57/0.00/0.65)	

CMYK percentages

%1.12
%57.3
%0
%65.1

Codes

Color #582659 in popluar color models

582659
RGB883889
HSL299°40.16%24.90%
HSB/HSV299°57.30%34.90%
CMYK1.12%57.30%0.00%
65.10%

Color #582659 in popluar number systems.

HEX582659
Decimal883889
Binary10110001001101011001
Octal13046131

Shades and tints

Shades of #582659

#582659
(88,38,89)
#502351
(80,35,81)
#482049
(72,32,73)
#401D41
(64,29,65)
#381A39
(56,26,57)
#301731
(48,23,49)
#281429
(40,20,41)
#201121
(32,17,33)
#180E19
(24,14,25)
#100B11
(16,11,17)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #582659

#582659
(88,38,89)
#673968
(103,57,104)
#764C77
(118,76,119)
#855F86
(133,95,134)
#947295
(148,114,149)
#A385A4
(163,133,164)
#B298B3
(178,152,179)
#C1ABC2
(193,171,194)
#D0BED1
(208,190,209)
#DFD1E0
(223,209,224)
#EEE4EF
(238,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582659; }

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

This text font color is #582659.


Background Color

.myBgColor { background-color: #582659; }

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

This div background color is #582659.


Border color

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

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

This div border color is #582659.


Opacity

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

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

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

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

This text has shadow with #582659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582659 on black background.


Color preview on white background

This text has color #582659 on white background.



Black color preview on #582659 background

This text has black color on #582659 background.


White color preview on #582659 background

This text has white color on #582659 background.