COLOR #580864

HEX: #580864 RGB: (88,8,100)

Color info

#580864 contains mainly red and blue colors. Web safe color of #580864 is #660066 (or #606).

RGB color model

#580864 color RGB value is (88,8,100).

RGB: (88,8,100) (35%, 3%, 39%)

RGB channels and saturation

R 88 of 255 = 35%
G 8 of 255 = 3%
B 100 of 255 = 39%

88
8
100

R + G + B ~ 26%. #580864 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 8 + 100 = 196 (100%)
R 88 of 196 ~ 44.9%
G 8 of 196 ~ 4.08%
B 100 of 196 ~ 51.02'%

%44.9
%51.02

CMYK color model

#580864 color CMYK value is (12,92,0,61).

  • cyan value is 12.00%
  • magenta value is 92.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (12,92,0,61)
C12M92Y0K61 (12%, 92%, 0%, 61%)
(0.12 / 0.92 / 0.00 / 0.61)

CMYK percentages

%12
%92
%0
%60.78

Codes

Color #580864 in popluar color models

58 08 64
RGB 88 8 100
HSL 292° 85.19% 21.18%
HSB/HSV 292° 92.00% 39.22%
CMYK 12.00% 92.00% 0.00%
60.78%

Color #580864 in popluar number systems.

HEX 58 08 64
Decimal 88 8 100
Binary 1011000 1000 1100100
Octal 130 10 144

Shades and tints

Shades of #580864

#580864
(88,8,100)
#50085B
(80,8,91)
#480852
(72,8,82)
#400849
(64,8,73)
#380840
(56,8,64)
#300837
(48,8,55)
#28082E
(40,8,46)
#200825
(32,8,37)
#18081C
(24,8,28)
#100813
(16,8,19)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #580864

#580864
(88,8,100)
#671E72
(103,30,114)
#763480
(118,52,128)
#854A8E
(133,74,142)
#94609C
(148,96,156)
#A376AA
(163,118,170)
#B28CB8
(178,140,184)
#C1A2C6
(193,162,198)
#D0B8D4
(208,184,212)
#DFCEE2
(223,206,226)
#EEE4F0
(238,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580864 color. Also use rgb(88,8,100) instead hex code.

Text Font Color

.myTextColor { color: #580864; }

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

This text font color is #580864.

Background Color

.myBgColor { background-color: #580864; }

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

This div background color is #580864.

Border color

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

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

This div border color is #580864.

Opacity

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

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

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

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

This text has shadow with #580864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #580864.

Preview

Color preview on black background

This text has color #580864 on black background.


Color preview on white background

This text has color #580864 on white background.


Black color preview on #580864 background

This text has black color on #580864 background.


White color preview on #580864 background

This text has white color on #580864 background.


Related colors

Complementary color

Complementary color for #hex is #A7F79B.


I love getcolorcode.com

Triadic colors

1 #645808 and #086458 with #580864 are triadic colors.

2 #640858 and #085864 with #580864 are triadic colors.