COLOR #582B5A

HEX: #582B5A RGB: (88,43,90)

Color info

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

RGB color model

#582B5A color RGB value is (88,43,90).

RGB: (88,43,90) (35%, 17%, 35%)

RGB channels and saturation

R 88 of 255 = 35%
G 43 of 255 = 17%
B 90 of 255 = 35%

88
43
90

R + G + B ~ 29%. #582B5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 43 + 90 = 221 (100%)
R 88 of 221 ~ 39.82%
G 43 of 221 ~ 19.46%
B 90 of 221 ~ 40.72'%

%39.82
%19.46
%40.72

CMYK color model

#582B5A color CMYK value is (2,52,0,65).

  • cyan value is 2.22%
  • magenta value is 52.22%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (2,52,0,65)
C2M52Y0K65 (2%, 52%, 0%, 65%)
(0.02 / 0.52 / 0.00 / 0.65)

CMYK percentages

%2.22
%52.22
%0
%64.71

Codes

Color #582B5A in popluar color models

58 2B 5A
RGB 88 43 90
HSL 297° 35.34% 26.08%
HSB/HSV 297° 52.22% 35.29%
CMYK 2.22% 52.22% 0.00%
64.71%

Color #582B5A in popluar number systems.

HEX 58 2B 5A
Decimal 88 43 90
Binary 1011000 101011 1011010
Octal 130 53 132

Shades and tints

Shades of #582B5A

#582B5A
(88,43,90)
#502852
(80,40,82)
#48254A
(72,37,74)
#402242
(64,34,66)
#381F3A
(56,31,58)
#301C32
(48,28,50)
#28192A
(40,25,42)
#201622
(32,22,34)
#18131A
(24,19,26)
#101012
(16,16,18)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #582B5A

#582B5A
(88,43,90)
#673E69
(103,62,105)
#765178
(118,81,120)
#856487
(133,100,135)
#947796
(148,119,150)
#A38AA5
(163,138,165)
#B29DB4
(178,157,180)
#C1B0C3
(193,176,195)
#D0C3D2
(208,195,210)
#DFD6E1
(223,214,225)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582B5A color. Also use rgb(88,43,90) instead hex code.

Text Font Color

.myTextColor { color: #582B5A; }

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

This text font color is #582B5A.

Background Color

.myBgColor { background-color: #582B5A; }

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

This div background color is #582B5A.

Border color

.myBorderColor { border: 1px solid #582B5A; }

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

This div border color is #582B5A.

Opacity

.myOpacity80 { color: #582B5A; opacity: 0.8; }

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

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

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

This text has shadow with #582B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #582B5A.

Preview

Color preview on black background

This text has color #582B5A on black background.


Color preview on white background

This text has color #582B5A on white background.


Black color preview on #582B5A background

This text has black color on #582B5A background.


White color preview on #582B5A background

This text has white color on #582B5A background.


Related colors

Complementary color

Complementary color for #hex is #A7D4A5.


I love getcolorcode.com

Triadic colors

1 #5A582B and #2B5A58 with #582B5A are triadic colors.

2 #5A2B58 and #2B585A with #582B5A are triadic colors.