COLOR #585480

HEX: #585480 RGB: (88,84,128)

Color info

#585480 contains red, green and blue colors in about the same proportion. Web safe color of #585480 is #666666 (or #666).

RGB color model

#585480 color RGB value is (88,84,128).

RGB: (88,84,128) (35%, 33%, 50%)

RGB channels and saturation

R 88 of 255 = 35%
G 84 of 255 = 33%
B 128 of 255 = 50%

88
84
128

R + G + B ~ 39%. #585480 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 84 + 128 = 300 (100%)
R 88 of 300 ~ 29.33%
G 84 of 300 ~ 28%
B 128 of 300 ~ 42.67'%

%29.33
%28
%42.67

CMYK color model

#585480 color CMYK value is (31,34,0,50).

  • cyan value is 31.25%
  • magenta value is 34.38%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (31,34,0,50)
C31M34Y0K50 (31%, 34%, 0%, 50%)
(0.31 / 0.34 / 0.00 / 0.50)

CMYK percentages

%31.25
%34.38
%0
%49.8

Codes

Color #585480 in popluar color models

58 54 80
RGB 88 84 128
HSL 245° 20.75% 41.57%
HSB/HSV 245° 34.38% 50.20%
CMYK 31.25% 34.38% 0.00%
49.80%

Color #585480 in popluar number systems.

HEX 58 54 80
Decimal 88 84 128
Binary 1011000 1010100 10000000
Octal 130 124 200

Shades and tints

Shades of #585480

#585480
(88,84,128)
#504D75
(80,77,117)
#48466A
(72,70,106)
#403F5F
(64,63,95)
#383854
(56,56,84)
#303149
(48,49,73)
#282A3E
(40,42,62)
#202333
(32,35,51)
#181C28
(24,28,40)
#10151D
(16,21,29)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #585480

#585480
(88,84,128)
#67638B
(103,99,139)
#767296
(118,114,150)
#8581A1
(133,129,161)
#9490AC
(148,144,172)
#A39FB7
(163,159,183)
#B2AEC2
(178,174,194)
#C1BDCD
(193,189,205)
#D0CCD8
(208,204,216)
#DFDBE3
(223,219,227)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585480 color. Also use rgb(88,84,128) instead hex code.

Text Font Color

.myTextColor { color: #585480; }

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

This text font color is #585480.

Background Color

.myBgColor { background-color: #585480; }

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

This div background color is #585480.

Border color

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

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

This div border color is #585480.

Opacity

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

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

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

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

This text has shadow with #585480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585480.

Preview

Color preview on black background

This text has color #585480 on black background.


Color preview on white background

This text has color #585480 on white background.


Black color preview on #585480 background

This text has black color on #585480 background.


White color preview on #585480 background

This text has white color on #585480 background.


Related colors

Complementary color

Complementary color for #hex is #A7AB7F.


I love getcolorcode.com

Triadic colors

1 #805854 and #548058 with #585480 are triadic colors.

2 #805458 and #545880 with #585480 are triadic colors.