COLOR #582555

HEX: #582555
RGB: (88,37,85)

Color info

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

RGB color model

#582555 color RGB value is (88,37,85).

  • red value is 88;
  • green value is 37;
  • blue value is 85.
RGB:
(88,37,85)
(35%,15%,33%)

RGB channels and saturation

R 88 of 255 = 35%
G 37 of 255 = 15%
B 85 of 255 = 33%

88
37
85

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

Portions of RGB colors in percentages

R + G + B =
88 + 37 + 85 = 210 (100%)
R 88 of 210 ~ 41.9%
G 37 of 210 ~ 17.62%
B 85 of 210 ~ 40.48%

%41.9
%17.62
%40.48

CMYK color model

#582555 color CMYK value is (0,58,3,65).

  • cyan value is 0.00%
  • magenta value is 57.95%
  • yellow value is 3.41%
  • key color value is 65.49%
CMYK:
(0,58,3,65)
C0M58Y3K65 
(0%,58%,3%,65%)
(0.00/0.58/0.03/0.65)	

CMYK percentages

%0
%57.95
%3.41
%65.49

Codes

Color #582555 in popluar color models

582555
RGB883785
HSL304°40.80%24.51%
HSB/HSV304°57.95%34.51%
CMYK0.00%57.95%3.41%
65.49%

Color #582555 in popluar number systems.

HEX582555
Decimal883785
Binary10110001001011010101
Octal13045125

Shades and tints

Shades of #582555

#582555
(88,37,85)
#50224E
(80,34,78)
#481F47
(72,31,71)
#401C40
(64,28,64)
#381939
(56,25,57)
#301632
(48,22,50)
#28132B
(40,19,43)
#201024
(32,16,36)
#180D1D
(24,13,29)
#100A16
(16,10,22)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #582555

#582555
(88,37,85)
#673864
(103,56,100)
#764B73
(118,75,115)
#855E82
(133,94,130)
#947191
(148,113,145)
#A384A0
(163,132,160)
#B297AF
(178,151,175)
#C1AABE
(193,170,190)
#D0BDCD
(208,189,205)
#DFD0DC
(223,208,220)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582555; }

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

This text font color is #582555.


Background Color

.myBgColor { background-color: #582555; }

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

This div background color is #582555.


Border color

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

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

This div border color is #582555.


Opacity

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

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

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

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

This text has shadow with #582555 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #582555 on black background.


Color preview on white background

This text has color #582555 on white background.



Black color preview on #582555 background

This text has black color on #582555 background.


White color preview on #582555 background

This text has white color on #582555 background.