#584AA4

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

Shades of Rich Blue #584AA4

Tints of Rich Blue #584AA4

Color information

#584AA4 (or 0x584AA4) is unknown color: approx Rich Blue. HEX triplet: 58, 4A and A4. RGB value is (88,74,164). Sum of RGB (Red+Green+Blue) = 88+74+164=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #584AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584AA4 is #A7B55B. Grayscale: #585858. Windows color (decimal): -10990940 or 10766936. OLE color: 10766936.

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

Color convert

RGB8874164-
CMYK0.460.5500.36
HSL249.33º37.82%46.67%-
HSV(B)249.33º54.88%64.31%-
XYZ13.179.6536.29-
YUV88.45170.64127.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.99%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 164 (64.45% from 255) = 50.31%
R=26.99%
G=22.70%
B=50.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88741640.460.5500.36249.3337.8246.67
Hex584AA42E37024f9262f
Octal13011224456670443714657
Binary1011000100101010100100101110110111010010011111001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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