#594579

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

Shades of Gigas #594579

Tints of Gigas #594579

Color information

#594579 (or 0x594579) is unknown color: approx Gigas. HEX triplet: 59, 45 and 79. RGB value is (89,69,121). Sum of RGB (Red+Green+Blue) = 89+69+121=279 (36% of max value = 765). Red value is 89 (35.16% from 255 or 31.90% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 121 - color contains mainly: blue. Hex color #594579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594579 is #A6BA86. Grayscale: #505050. Windows color (decimal): -10926727 or 7947609. OLE color: 7947609.

HSL color Cylindrical-coordinate representation of color #594579: hue angle of 263.08º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #594579 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8969121-
CMYK0.260.4300.53
HSL263.08º27.37%37.25%-
HSV(B)263.08º42.98%47.45%-
XYZ9.77.7619.08-
YUV80.91150.63133.77-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.90%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=31.90%
G=24.73%
B=43.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal89691210.260.4300.53263.0827.3737.25
Hex5945791A2B0351071b25
Octal13110517132530654073345
Binary10110011000101111100111010101011011010110000011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594579; }

 p { color: rgb(89,69,121); }

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

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

 a { background-color: rgb(89,69,121); }

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

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

 span { border-color: rgb(89,69,121); }

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