#584AA2

Color #584AA2 Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #584AA2

Tints of Rich Blue #584AA2

Color information

#584AA2 (or 0x584AA2) is unknown color: approx Rich Blue. HEX triplet: 58, 4A and A2. RGB value is (88,74,162). Sum of RGB (Red+Green+Blue) = 88+74+162=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 162 (63.67% from 255 or 50% from 324); Max value from RGB is 162 - color contains mainly: blue. Hex color #584AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584AA2 is #A7B55D. Grayscale: #575757. Windows color (decimal): -10990942 or 10635864. OLE color: 10635864.

HSL color Cylindrical-coordinate representation of color #584AA2: hue angle of 249.55º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #584AA2 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8874162-
CMYK0.460.5400.36
HSL249.55º37.29%46.27%-
HSV(B)249.55º54.32%63.53%-
XYZ12.999.5835.35-
YUV88.22169.64127.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 27.16%
GREEN value IS 74 (29.30% from 255) = 22.84%
BLUE value IS 162 (63.67% from 255) = 50%
R=27.16%
G=22.84%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88741620.460.5400.36249.5537.2946.27
Hex584AA22E36024fa252e
Octal13011224256660443724556
Binary1011000100101010100010101110110110010010011111010100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584AA2; }

 p { color: rgb(88,74,162); }

 H1.HeaderClassName
 {
   color: #584AA2;
 }
 .AnyTagClassName
 {
   color: #584AA2;
 }
</style>
background-color css

<style>
 a { background-color: #584AA2; }

 a { background-color: rgb(88,74,162); }

 div.DivClassName
 {
   background-color: #584AA2;
 }
 .BgClassName
 {
   background-color: #584AA2;
 }
</style>
border-color css

<style>
 span { border-color: #584AA2; }

 span { border-color: rgb(88,74,162); }

 td.TdClassName
 {
   border-color: #584AA2;
 }
 .TagClassName
 {
   border-color: #584AA2;
 }
</style>