COLOR #582E6A

HEX: #582E6A RGB: (88,46,106)

Color info

#582E6A contains mainly red and blue colors. Web safe color of #582E6A is #663366 (or #636).

RGB color model

#582E6A color RGB value is (88,46,106).

RGB: (88,46,106) (35%, 18%, 42%)

RGB channels and saturation

R 88 of 255 = 35%
G 46 of 255 = 18%
B 106 of 255 = 42%

88
46
106

R + G + B ~ 32%. #582E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 46 + 106 = 240 (100%)
R 88 of 240 ~ 36.67%
G 46 of 240 ~ 19.17%
B 106 of 240 ~ 44.17'%

%36.67
%19.17
%44.17

CMYK color model

#582E6A color CMYK value is (17,57,0,58).

  • cyan value is 16.98%
  • magenta value is 56.60%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (17,57,0,58)
C17M57Y0K58 (17%, 57%, 0%, 58%)
(0.17 / 0.57 / 0.00 / 0.58)

CMYK percentages

%16.98
%56.6
%0
%58.43

Codes

Color #582E6A in popluar color models

58 2E 6A
RGB 88 46 106
HSL 282° 39.47% 29.80%
HSB/HSV 282° 56.60% 41.57%
CMYK 16.98% 56.60% 0.00%
58.43%

Color #582E6A in popluar number systems.

HEX 58 2E 6A
Decimal 88 46 106
Binary 1011000 101110 1101010
Octal 130 56 152

Shades and tints

Shades of #582E6A

#582E6A
(88,46,106)
#502A61
(80,42,97)
#482658
(72,38,88)
#40224F
(64,34,79)
#381E46
(56,30,70)
#301A3D
(48,26,61)
#281634
(40,22,52)
#20122B
(32,18,43)
#180E22
(24,14,34)
#100A19
(16,10,25)
#080610
(8,6,16)
#000000
(0,0,0)

Tints of #582E6A

#582E6A
(88,46,106)
#674177
(103,65,119)
#765484
(118,84,132)
#856791
(133,103,145)
#947A9E
(148,122,158)
#A38DAB
(163,141,171)
#B2A0B8
(178,160,184)
#C1B3C5
(193,179,197)
#D0C6D2
(208,198,210)
#DFD9DF
(223,217,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #582E6A color. Also use rgb(88,46,106) instead hex code.

Text Font Color

.myTextColor { color: #582E6A; }

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

This text font color is #582E6A.

Background Color

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

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

This div background color is #582E6A.

Border color

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

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

This div border color is #582E6A.

Opacity

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

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

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

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

This text has shadow with #582E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #582E6A.

Preview

Color preview on black background

This text has color #582E6A on black background.


Color preview on white background

This text has color #582E6A on white background.


Black color preview on #582E6A background

This text has black color on #582E6A background.


White color preview on #582E6A background

This text has white color on #582E6A background.


Related colors

Complementary color

Complementary color for #hex is #A7D195.


I love getcolorcode.com

Triadic colors

1 #6A582E and #2E6A58 with #582E6A are triadic colors.

2 #6A2E58 and #2E586A with #582E6A are triadic colors.