#594384

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

Shades of Gigas #594384

Tints of Gigas #594384

Color information

#594384 (or 0x594384) is unknown color: approx Gigas. HEX triplet: 59, 43 and 84. RGB value is (89,67,132). Sum of RGB (Red+Green+Blue) = 89+67+132=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #594384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594384 is #A6BC7B. Grayscale: #505050. Windows color (decimal): -10927228 or 8667993. OLE color: 8667993.

HSL color Cylindrical-coordinate representation of color #594384: hue angle of 260.31º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #594384 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8967132-
CMYK0.330.4900.48
HSL260.31º32.66%39.02%-
HSV(B)260.31º49.24%51.76%-
XYZ10.297.822.79-
YUV80.99156.79133.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.90%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=30.90%
G=23.26%
B=45.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89671320.330.4900.48260.3132.6639.02
Hex59438421310301042127
Octal13110320441610604044147
Binary10110011000011100001001000011100010110000100000100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594384; }

 p { color: rgb(89,67,132); }

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

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

 a { background-color: rgb(89,67,132); }

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

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

 span { border-color: rgb(89,67,132); }

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