COLOR #582888

HEX: #582888
RGB: (88,40,136)

Color info

#582888 contains mainly red and blue colors. Web safe color of #582888 is #663399 (or #639).

RGB color model

#582888 color RGB value is (88,40,136).

  • red value is 88;
  • green value is 40;
  • blue value is 136.
RGB:
(88,40,136)
(35%,16%,53%)

RGB channels and saturation

R 88 of 255 = 35%
G 40 of 255 = 16%
B 136 of 255 = 53%

88
40
136

R + G + B ~ 35%. #582888 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 40 + 136 = 264 (100%)
R 88 of 264 ~ 33.33%
G 40 of 264 ~ 15.15%
B 136 of 264 ~ 51.52%

%33.33
%15.15
%51.52

CMYK color model

#582888 color CMYK value is (35,71,0,47).

  • cyan value is 35.29%
  • magenta value is 70.59%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(35,71,0,47)
C35M71Y0K47 
(35%,71%,0%,47%)
(0.35/0.71/0.00/0.47)	

CMYK percentages

%35.29
%70.59
%0
%46.67

Codes

Color #582888 in popluar color models

582888
RGB8840136
HSL270°54.55%34.51%
HSB/HSV270°70.59%53.33%
CMYK35.29%70.59%0.00%
46.67%

Color #582888 in popluar number systems.

HEX582888
Decimal8840136
Binary101100010100010001000
Octal13050210

Shades and tints

Shades of #582888

#582888
(88,40,136)
#50257C
(80,37,124)
#482270
(72,34,112)
#401F64
(64,31,100)
#381C58
(56,28,88)
#30194C
(48,25,76)
#281640
(40,22,64)
#201334
(32,19,52)
#181028
(24,16,40)
#100D1C
(16,13,28)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #582888

#582888
(88,40,136)
#673B92
(103,59,146)
#764E9C
(118,78,156)
#8561A6
(133,97,166)
#9474B0
(148,116,176)
#A387BA
(163,135,186)
#B29AC4
(178,154,196)
#C1ADCE
(193,173,206)
#D0C0D8
(208,192,216)
#DFD3E2
(223,211,226)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582888; }

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

This text font color is #582888.


Background Color

.myBgColor { background-color: #582888; }

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

This div background color is #582888.


Border color

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

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

This div border color is #582888.


Opacity

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

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

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

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

This text has shadow with #582888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582888 on black background.


Color preview on white background

This text has color #582888 on white background.



Black color preview on #582888 background

This text has black color on #582888 background.


White color preview on #582888 background

This text has white color on #582888 background.