#59497E

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

Shades of Gigas #59497E

Tints of Gigas #59497E

Color information

#59497E (or 0x59497E) is unknown color: approx Gigas. HEX triplet: 59, 49 and 7E. RGB value is (89,73,126). Sum of RGB (Red+Green+Blue) = 89+73+126=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 126 - color contains mainly: blue. Hex color #59497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59497E is #A6B681. Grayscale: #535353. Windows color (decimal): -10925698 or 8276313. OLE color: 8276313.

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

Color convert

RGB8973126-
CMYK0.290.4200.51
HSL258.11º26.63%39.02%-
HSV(B)258.11º42.06%49.41%-
XYZ10.278.420.82-
YUV83.83151.8131.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.90%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=30.90%
G=25.35%
B=43.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89731260.290.4200.51258.1126.6339.02
Hex59497E1D2A0331021b27
Octal13111117635520634023347
Binary10110011001001111111011101101010011001110000001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59497E; }

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

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

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

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

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

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

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

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