#59487F

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

Shades of Gigas #59487F

Tints of Gigas #59487F

Color information

#59487F (or 0x59487F) is unknown color: approx Gigas. HEX triplet: 59, 48 and 7F. RGB value is (89,72,127). Sum of RGB (Red+Green+Blue) = 89+72+127=288 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.90% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #59487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59487F is #A6B780. Grayscale: #535353. Windows color (decimal): -10925953 or 8341593. OLE color: 8341593.

HSL color Cylindrical-coordinate representation of color #59487F: hue angle of 258.55º degrees, saturation: 0.28, 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 #59487F is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8972127-
CMYK0.300.4300.50
HSL258.55º27.64%39.02%-
HSV(B)258.55º43.31%49.8%-
XYZ10.278.2921.14-
YUV83.35152.63132.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.90%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 127 (50% from 255) = 44.10%
R=30.90%
G=25%
B=44.10%

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
Decimal89721270.300.4300.50258.5527.6439.02
Hex59487F1E2B0321031c27
Octal13111017736530624033447
Binary10110011001000111111111110101011011001010000001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59487F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59487F; }

 p { color: rgb(89,72,127); }

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

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

 a { background-color: rgb(89,72,127); }

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

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

 span { border-color: rgb(89,72,127); }

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