COLOR #584D8C

HEX: #584D8C
RGB: (88,77,140)

Color info

#584D8C contains mainly red and blue colors. Web safe color of #584D8C is #663399 (or #639).

RGB color model

#584D8C color RGB value is (88,77,140).

  • red value is 88;
  • green value is 77;
  • blue value is 140.
RGB:
(88,77,140)
(35%,30%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 77 of 255 = 30%
B 140 of 255 = 55%

88
77
140

R + G + B ~ 40%. #584D8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 77 + 140 = 305 (100%)
R 88 of 305 ~ 28.85%
G 77 of 305 ~ 25.25%
B 140 of 305 ~ 45.9%

%28.85
%25.25
%45.9

CMYK color model

#584D8C color CMYK value is (37,45,0,45).

  • cyan value is 37.14%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(37,45,0,45)
C37M45Y0K45 
(37%,45%,0%,45%)
(0.37/0.45/0.00/0.45)	

CMYK percentages

%37.14
%45
%0
%45.1

Codes

Color #584D8C in popluar color models

584D8C
RGB8877140
HSL250°29.03%42.55%
HSB/HSV250°45.00%54.90%
CMYK37.14%45.00%0.00%
45.10%

Color #584D8C in popluar number systems.

HEX584D8C
Decimal8877140
Binary1011000100110110001100
Octal130115214

Shades and tints

Shades of #584D8C

#584D8C
(88,77,140)
#504680
(80,70,128)
#483F74
(72,63,116)
#403868
(64,56,104)
#38315C
(56,49,92)
#302A50
(48,42,80)
#282344
(40,35,68)
#201C38
(32,28,56)
#18152C
(24,21,44)
#100E20
(16,14,32)
#080714
(8,7,20)
#000000
(0,0,0)

Tints of #584D8C

#584D8C
(88,77,140)
#675D96
(103,93,150)
#766DA0
(118,109,160)
#857DAA
(133,125,170)
#948DB4
(148,141,180)
#A39DBE
(163,157,190)
#B2ADC8
(178,173,200)
#C1BDD2
(193,189,210)
#D0CDDC
(208,205,220)
#DFDDE6
(223,221,230)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584D8C color. Also use rgb(88,77,140) instead hex code.

Text Font Color

.myTextColor { color: #584D8C; }

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

This text font color is #584D8C.


Background Color

.myBgColor { background-color: #584D8C; }

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

This div background color is #584D8C.


Border color

.myBorderColor { border: 1px solid #584D8C; }

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

This div border color is #584D8C.


Opacity

.myOpacity80 { color: #584D8C; opacity: 0.8; }

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

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

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

This text has shadow with #584D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D8C on black background.


Color preview on white background

This text has color #584D8C on white background.



Black color preview on #584D8C background

This text has black color on #584D8C background.


White color preview on #584D8C background

This text has white color on #584D8C background.