COLOR #582563

HEX: #582563 RGB: (88,37,99)

Color info

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

RGB color model

#582563 color RGB value is (88,37,99).

RGB: (88,37,99) (35%, 15%, 39%)

RGB channels and saturation

R 88 of 255 = 35%
G 37 of 255 = 15%
B 99 of 255 = 39%

88
37
99

R + G + B ~ 30%. #582563 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 37 + 99 = 224 (100%)
R 88 of 224 ~ 39.29%
G 37 of 224 ~ 16.52%
B 99 of 224 ~ 44.2'%

%39.29
%16.52
%44.2

CMYK color model

#582563 color CMYK value is (11,63,0,61).

  • cyan value is 11.11%
  • magenta value is 62.63%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (11,63,0,61)
C11M63Y0K61 (11%, 63%, 0%, 61%)
(0.11 / 0.63 / 0.00 / 0.61)

CMYK percentages

%11.11
%62.63
%0
%61.18

Codes

Color #582563 in popluar color models

58 25 63
RGB 88 37 99
HSL 289° 45.59% 26.67%
HSB/HSV 289° 62.63% 38.82%
CMYK 11.11% 62.63% 0.00%
61.18%

Color #582563 in popluar number systems.

HEX 58 25 63
Decimal 88 37 99
Binary 1011000 100101 1100011
Octal 130 45 143

Shades and tints

Shades of #582563

#582563
(88,37,99)
#50225A
(80,34,90)
#481F51
(72,31,81)
#401C48
(64,28,72)
#38193F
(56,25,63)
#301636
(48,22,54)
#28132D
(40,19,45)
#201024
(32,16,36)
#180D1B
(24,13,27)
#100A12
(16,10,18)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #582563

#582563
(88,37,99)
#673871
(103,56,113)
#764B7F
(118,75,127)
#855E8D
(133,94,141)
#94719B
(148,113,155)
#A384A9
(163,132,169)
#B297B7
(178,151,183)
#C1AAC5
(193,170,197)
#D0BDD3
(208,189,211)
#DFD0E1
(223,208,225)
#EEE3EF
(238,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #582563; }

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

This text font color is #582563.

Background Color

.myBgColor { background-color: #582563; }

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

This div background color is #582563.

Border color

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

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

This div border color is #582563.

Opacity

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

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

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

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

This text has shadow with #582563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #582563.

Preview

Color preview on black background

This text has color #582563 on black background.


Color preview on white background

This text has color #582563 on white background.


Black color preview on #582563 background

This text has black color on #582563 background.


White color preview on #582563 background

This text has white color on #582563 background.


Related colors

Complementary color

Complementary color for #hex is #A7DA9C.


I love getcolorcode.com

Triadic colors

1 #635825 and #256358 with #582563 are triadic colors.

2 #632558 and #255863 with #582563 are triadic colors.