COLOR #582551

HEX: #582551 RGB: (88,37,81)

Color info

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

RGB color model

#582551 color RGB value is (88,37,81).

RGB: (88,37,81) (35%, 15%, 32%)

RGB channels and saturation

R 88 of 255 = 35%
G 37 of 255 = 15%
B 81 of 255 = 32%

88
37
81

R + G + B ~ 27%. #582551 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 37 + 81 = 206 (100%)
R 88 of 206 ~ 42.72%
G 37 of 206 ~ 17.96%
B 81 of 206 ~ 39.32'%

%42.72
%17.96
%39.32

CMYK color model

#582551 color CMYK value is (0,58,8,65).

  • cyan value is 0.00%
  • magenta value is 57.95%
  • yellow value is 7.95%
  • key color value is 65.49%
CMYK: (0,58,8,65) C0M58Y8K65 (0%,58%,8%,65%) (0.00/0.58/0.08/0.65) 

CMYK percentages

%0
%57.95
%7.95
%65.49

Codes

Color #582551 in popluar color models

58 25 51
RGB 88 37 81
HSL 308° 40.80% 24.51%
HSB/HSV 308° 57.95% 34.51%
CMYK 0.00% 57.95% 7.95%
65.49%

Color #582551 in popluar number systems.

HEX 58 25 51
Decimal 88 37 81
Binary 1011000 100101 1010001
Octal 130 45 121

Shades and tints

Shades of #582551

#582551
(88,37,81)
#50224A
(80,34,74)
#481F43
(72,31,67)
#401C3C
(64,28,60)
#381935
(56,25,53)
#30162E
(48,22,46)
#281327
(40,19,39)
#201020
(32,16,32)
#180D19
(24,13,25)
#100A12
(16,10,18)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #582551

#582551
(88,37,81)
#673860
(103,56,96)
#764B6F
(118,75,111)
#855E7E
(133,94,126)
#94718D
(148,113,141)
#A3849C
(163,132,156)
#B297AB
(178,151,171)
#C1AABA
(193,170,186)
#D0BDC9
(208,189,201)
#DFD0D8
(223,208,216)
#EEE3E7
(238,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582551; }

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

This text font color is #582551.

Background Color

.myBgColor { background-color: #582551; }

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

This div background color is #582551.

Border color

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

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

This div border color is #582551.

Opacity

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

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

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

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

This text has shadow with #582551 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #582551.

Preview

Color preview on black background

This text has color #582551 on black background.


Color preview on white background

This text has color #582551 on white background.


Black color preview on #582551 background

This text has black color on #582551 background.


White color preview on #582551 background

This text has white color on #582551 background.


Related colors

Complementary color

Complementary color for #hex is #A7DAAE.


I love getcolorcode.com

Triadic colors

1 #515825 and #255158 with #582551 are triadic colors.

2 #512558 and #255851 with #582551 are triadic colors.