COLOR #584AA9

HEX: #584AA9
RGB: (88,74,169)

Color info

#584AA9 contains mainly blue color. Web safe color of #584AA9 is #663399 (or #639).

RGB color model

#584AA9 color RGB value is (88,74,169).

  • red value is 88;
  • green value is 74;
  • blue value is 169.
RGB:
(88,74,169)
(35%,29%,66%)

RGB channels and saturation

R 88 of 255 = 35%
G 74 of 255 = 29%
B 169 of 255 = 66%

88
74
169

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

Portions of RGB colors in percentages

R + G + B =
88 + 74 + 169 = 331 (100%)
R 88 of 331 ~ 26.59%
G 74 of 331 ~ 22.36%
B 169 of 331 ~ 51.06%

%26.59
%22.36
%51.06

CMYK color model

#584AA9 color CMYK value is (48,56,0,34).

  • cyan value is 47.93%
  • magenta value is 56.21%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(48,56,0,34)
C48M56Y0K34 
(48%,56%,0%,34%)
(0.48/0.56/0.00/0.34)	

CMYK percentages

%47.93
%56.21
%0
%33.73

Codes

Color #584AA9 in popluar color models

584AA9
RGB8874169
HSL249°39.09%47.65%
HSB/HSV249°56.21%66.27%
CMYK47.93%56.21%0.00%
33.73%

Color #584AA9 in popluar number systems.

HEX584AA9
Decimal8874169
Binary1011000100101010101001
Octal130112251

Shades and tints

Shades of #584AA9

#584AA9
(88,74,169)
#50449A
(80,68,154)
#483E8B
(72,62,139)
#40387C
(64,56,124)
#38326D
(56,50,109)
#302C5E
(48,44,94)
#28264F
(40,38,79)
#202040
(32,32,64)
#181A31
(24,26,49)
#101422
(16,20,34)
#080E13
(8,14,19)
#000000
(0,0,0)

Tints of #584AA9

#584AA9
(88,74,169)
#675AB0
(103,90,176)
#766AB7
(118,106,183)
#857ABE
(133,122,190)
#948AC5
(148,138,197)
#A39ACC
(163,154,204)
#B2AAD3
(178,170,211)
#C1BADA
(193,186,218)
#D0CAE1
(208,202,225)
#DFDAE8
(223,218,232)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584AA9 color. Also use rgb(88,74,169) instead hex code.

Text Font Color

.myTextColor { color: #584AA9; }

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

This text font color is #584AA9.


Background Color

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

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

This div background color is #584AA9.


Border color

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

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

This div border color is #584AA9.


Opacity

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

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

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

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

This text has shadow with #584AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584AA9 on black background.


Color preview on white background

This text has color #584AA9 on white background.



Black color preview on #584AA9 background

This text has black color on #584AA9 background.


White color preview on #584AA9 background

This text has white color on #584AA9 background.