#594776

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

Shades of Gigas #594776

Tints of Gigas #594776

Color information

#594776 (or 0x594776) is unknown color: approx Gigas. HEX triplet: 59, 47 and 76. RGB value is (89,71,118). Sum of RGB (Red+Green+Blue) = 89+71+118=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #594776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594776 is #A6B889. Grayscale: #515151. Windows color (decimal): -10926218 or 7751513. OLE color: 7751513.

HSL color Cylindrical-coordinate representation of color #594776: hue angle of 262.98º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #594776 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8971118-
CMYK0.250.4000.54
HSL262.98º24.87%37.06%-
HSV(B)262.98º39.83%46.27%-
XYZ9.647.9418.16-
YUV81.74148.46133.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 71 (28.12% from 255) = 25.54%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=32.01%
G=25.54%
B=42.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89711180.250.4000.54262.9824.8737.06
Hex59477619280361071925
Octal13110716631500664073145
Binary10110011000111111011011001101000011011010000011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594776; }

 p { color: rgb(89,71,118); }

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

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

 a { background-color: rgb(89,71,118); }

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

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

 span { border-color: rgb(89,71,118); }

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