#59487C

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

Shades of Gigas #59487C

Tints of Gigas #59487C

Color information

#59487C (or 0x59487C) is unknown color: approx Gigas. HEX triplet: 59, 48 and 7C. RGB value is (89,72,124). Sum of RGB (Red+Green+Blue) = 89+72+124=285 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.23% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #59487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59487C is #A6B783. Grayscale: #525252. Windows color (decimal): -10925956 or 8144985. OLE color: 8144985.

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

Color convert

RGB8972124-
CMYK0.280.4200.51
HSL259.62º26.53%38.43%-
HSV(B)259.62º41.94%48.63%-
XYZ10.088.2120.12-
YUV83.01151.13132.27-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.23%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=31.23%
G=25.26%
B=43.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89721240.280.4200.51259.6226.5338.43
Hex59487C1C2A0331041b26
Octal13111017434520634043346
Binary10110011001000111110011100101010011001110000010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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