COLOR #584980

HEX: #584980
RGB: (88,73,128)

Color info

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

RGB color model

#584980 color RGB value is (88,73,128).

  • red value is 88;
  • green value is 73;
  • blue value is 128.
RGB:
(88,73,128)
(35%,29%,50%)

RGB channels and saturation

R 88 of 255 = 35%
G 73 of 255 = 29%
B 128 of 255 = 50%

88
73
128

R + G + B ~ 38%. #584980 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 73 + 128 = 289 (100%)
R 88 of 289 ~ 30.45%
G 73 of 289 ~ 25.26%
B 128 of 289 ~ 44.29%

%30.45
%25.26
%44.29

CMYK color model

#584980 color CMYK value is (31,43,0,50).

  • cyan value is 31.25%
  • magenta value is 42.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(31,43,0,50)
C31M43Y0K50 
(31%,43%,0%,50%)
(0.31/0.43/0.00/0.50)	

CMYK percentages

%31.25
%42.97
%0
%49.8

Codes

Color #584980 in popluar color models

584980
RGB8873128
HSL256°27.36%39.41%
HSB/HSV256°42.97%50.20%
CMYK31.25%42.97%0.00%
49.80%

Color #584980 in popluar number systems.

HEX584980
Decimal8873128
Binary1011000100100110000000
Octal130111200

Shades and tints

Shades of #584980

#584980
(88,73,128)
#504375
(80,67,117)
#483D6A
(72,61,106)
#40375F
(64,55,95)
#383154
(56,49,84)
#302B49
(48,43,73)
#28253E
(40,37,62)
#201F33
(32,31,51)
#181928
(24,25,40)
#10131D
(16,19,29)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #584980

#584980
(88,73,128)
#67598B
(103,89,139)
#766996
(118,105,150)
#8579A1
(133,121,161)
#9489AC
(148,137,172)
#A399B7
(163,153,183)
#B2A9C2
(178,169,194)
#C1B9CD
(193,185,205)
#D0C9D8
(208,201,216)
#DFD9E3
(223,217,227)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584980; }

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

This text font color is #584980.


Background Color

.myBgColor { background-color: #584980; }

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

This div background color is #584980.


Border color

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

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

This div border color is #584980.


Opacity

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

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

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

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

This text has shadow with #584980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584980 on black background.


Color preview on white background

This text has color #584980 on white background.



Black color preview on #584980 background

This text has black color on #584980 background.


White color preview on #584980 background

This text has white color on #584980 background.