#584AA6

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

Shades of Rich Blue #584AA6

Tints of Rich Blue #584AA6

Color information

#584AA6 (or 0x584AA6) is unknown color: approx Rich Blue. HEX triplet: 58, 4A and A6. RGB value is (88,74,166). Sum of RGB (Red+Green+Blue) = 88+74+166=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #584AA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584AA6 is #A7B559. Grayscale: #585858. Windows color (decimal): -10990938 or 10898008. OLE color: 10898008.

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

Color convert

RGB8874166-
CMYK0.470.5500.35
HSL249.13º38.33%47.06%-
HSV(B)249.13º55.42%65.1%-
XYZ13.369.7337.25-
YUV88.67171.64127.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 166 (65.23% from 255) = 50.61%
R=26.83%
G=22.56%
B=50.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88741660.470.5500.35249.1338.3347.06
Hex584AA62F37023f9262f
Octal13011224657670433714657
Binary1011000100101010100110101111110111010001111111001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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