COLOR #582696

HEX: #582696
RGB: (88,38,150)

Color info

#582696 contains mainly blue color. Web safe color of #582696 is #663399 (or #639).

RGB color model

#582696 color RGB value is (88,38,150).

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

RGB channels and saturation

R 88 of 255 = 35%
G 38 of 255 = 15%
B 150 of 255 = 59%

88
38
150

R + G + B ~ 36%. #582696 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 38 + 150 = 276 (100%)
R 88 of 276 ~ 31.88%
G 38 of 276 ~ 13.77%
B 150 of 276 ~ 54.35%

%31.88
%13.77
%54.35

CMYK color model

#582696 color CMYK value is (41,75,0,41).

  • cyan value is 41.33%
  • magenta value is 74.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(41,75,0,41)
C41M75Y0K41 
(41%,75%,0%,41%)
(0.41/0.75/0.00/0.41)	

CMYK percentages

%41.33
%74.67
%0
%41.18

Codes

Color #582696 in popluar color models

582696
RGB8838150
HSL267°59.57%36.86%
HSB/HSV267°74.67%58.82%
CMYK41.33%74.67%0.00%
41.18%

Color #582696 in popluar number systems.

HEX582696
Decimal8838150
Binary101100010011010010110
Octal13046226

Shades and tints

Shades of #582696

#582696
(88,38,150)
#502389
(80,35,137)
#48207C
(72,32,124)
#401D6F
(64,29,111)
#381A62
(56,26,98)
#301755
(48,23,85)
#281448
(40,20,72)
#20113B
(32,17,59)
#180E2E
(24,14,46)
#100B21
(16,11,33)
#080814
(8,8,20)
#000000
(0,0,0)

Tints of #582696

#582696
(88,38,150)
#67399F
(103,57,159)
#764CA8
(118,76,168)
#855FB1
(133,95,177)
#9472BA
(148,114,186)
#A385C3
(163,133,195)
#B298CC
(178,152,204)
#C1ABD5
(193,171,213)
#D0BEDE
(208,190,222)
#DFD1E7
(223,209,231)
#EEE4F0
(238,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582696; }

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

This text font color is #582696.


Background Color

.myBgColor { background-color: #582696; }

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

This div background color is #582696.


Border color

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

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

This div border color is #582696.


Opacity

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

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

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

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

This text has shadow with #582696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582696 on black background.


Color preview on white background

This text has color #582696 on white background.



Black color preview on #582696 background

This text has black color on #582696 background.


White color preview on #582696 background

This text has white color on #582696 background.