#594980

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

Shades of Gigas #594980

Tints of Gigas #594980

Color information

#594980 (or 0x594980) is unknown color: approx Gigas. HEX triplet: 59, 49 and 80. RGB value is (89,73,128). Sum of RGB (Red+Green+Blue) = 89+73+128=290 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.69% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #594980 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594980 is #A6B67F. Grayscale: #535353. Windows color (decimal): -10925696 or 8407385. OLE color: 8407385.

HSL color Cylindrical-coordinate representation of color #594980: hue angle of 257.45º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #594980 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8973128-
CMYK0.300.4300.50
HSL257.45º27.36%39.41%-
HSV(B)257.45º42.97%50.2%-
XYZ10.48.4521.5-
YUV84.05152.8131.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.69%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=30.69%
G=25.17%
B=44.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89731280.300.4300.50257.4527.3639.41
Hex5949801E2B0321011b27
Octal13111120036530624013347
Binary101100110010011000000011110101011011001010000000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594980; }

 p { color: rgb(89,73,128); }

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

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

 a { background-color: rgb(89,73,128); }

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

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

 span { border-color: rgb(89,73,128); }

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