#594483

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

Shades of Gigas #594483

Tints of Gigas #594483

Color information

#594483 (or 0x594483) is unknown color: approx Gigas. HEX triplet: 59, 44 and 83. RGB value is (89,68,131). Sum of RGB (Red+Green+Blue) = 89+68+131=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #594483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594483 is #A6BB7C. Grayscale: #515151. Windows color (decimal): -10926973 or 8602713. OLE color: 8602713.

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

Color convert

RGB8968131-
CMYK0.320.4800.49
HSL260º31.66%39.02%-
HSV(B)260º48.09%51.37%-
XYZ10.287.922.45-
YUV81.46155.96133.38-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.90%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=30.90%
G=23.61%
B=45.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89681310.320.4800.4926031.6639.02
Hex59448320300311042027
Octal13110420340600614044047
Binary10110011000100100000111000001100000110001100000100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594483; }

 p { color: rgb(89,68,131); }

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

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

 a { background-color: rgb(89,68,131); }

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

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

 span { border-color: rgb(89,68,131); }

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