#594682

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

Shades of Gigas #594682

Tints of Gigas #594682

Color information

#594682 (or 0x594682) is unknown color: approx Gigas. HEX triplet: 59, 46 and 82. RGB value is (89,70,130). Sum of RGB (Red+Green+Blue) = 89+70+130=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #594682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594682 is #A6B97D. Grayscale: #525252. Windows color (decimal): -10926462 or 8537689. OLE color: 8537689.

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

Color convert

RGB8970130-
CMYK0.320.4600.49
HSL259º30%39.22%-
HSV(B)259º46.15%50.98%-
XYZ10.348.1222.14-
YUV82.52154.79132.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.80%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 130 (51.17% from 255) = 44.98%
R=30.80%
G=24.22%
B=44.98%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89701300.320.4600.492593039.22
Hex594682202E0311031e27
Octal13110620240560614033647
Binary1011001100011010000010100000101110011000110000001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594682; }

 p { color: rgb(89,70,130); }

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

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

 a { background-color: rgb(89,70,130); }

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

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

 span { border-color: rgb(89,70,130); }

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