#59477C

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

Shades of Gigas #59477C

Tints of Gigas #59477C

Color information

#59477C (or 0x59477C) is unknown color: approx Gigas. HEX triplet: 59, 47 and 7C. RGB value is (89,71,124). Sum of RGB (Red+Green+Blue) = 89+71+124=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #59477C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59477C is #A6B883. Grayscale: #525252. Windows color (decimal): -10926212 or 8144729. OLE color: 8144729.

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

Color convert

RGB8971124-
CMYK0.280.4300.51
HSL260.38º27.18%38.24%-
HSV(B)260.38º42.74%48.63%-
XYZ10.018.0920.1-
YUV82.42151.46132.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=31.34%
G=25%
B=43.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89711240.280.4300.51260.3827.1838.24
Hex59477C1C2B0331041b26
Octal13110717434530634043346
Binary10110011000111111110011100101011011001110000010011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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