#584991

Color #584991 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #584991

Tints of Gigas #584991

Color information

#584991 (or 0x584991) is unknown color: approx Gigas. HEX triplet: 58, 49 and 91. RGB value is (88,73,145). Sum of RGB (Red+Green+Blue) = 88+73+145=306 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.76% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #584991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #584991 is #A7B66E. Grayscale: #555555. Windows color (decimal): -10991215 or 9521496. OLE color: 9521496.

HSL color Cylindrical-coordinate representation of color #584991: hue angle of 252.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #584991 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8873145-
CMYK0.390.5000.43
HSL252.5º33.03%42.75%-
HSV(B)252.5º49.66%56.86%-
XYZ11.528.8827.9-
YUV85.69161.47129.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.76%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 145 (57.03% from 255) = 47.39%
R=28.76%
G=23.86%
B=47.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88731450.390.5000.43252.533.0342.75
Hex584991273202Bfc212b
Octal13011122147620533744153
Binary1011000100100110010001100111110010010101111111100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584991; }

 p { color: rgb(88,73,145); }

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

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

 a { background-color: rgb(88,73,145); }

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

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

 span { border-color: rgb(88,73,145); }

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