#59457C

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

Shades of Gigas #59457C

Tints of Gigas #59457C

Color information

#59457C (or 0x59457C) is unknown color: approx Gigas. HEX triplet: 59, 45 and 7C. RGB value is (89,69,124). Sum of RGB (Red+Green+Blue) = 89+69+124=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #59457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59457C is #A6BA83. Grayscale: #515151. Windows color (decimal): -10926724 or 8144217. OLE color: 8144217.

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

Color convert

RGB8969124-
CMYK0.280.4400.51
HSL261.82º28.5%37.84%-
HSV(B)261.82º44.35%48.63%-
XYZ9.897.8420.06-
YUV81.25152.13133.53-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=31.56%
G=24.47%
B=43.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal89691240.280.4400.51261.8228.537.84
Hex59457C1C2C0331061c26
Octal13110517434540634063446
Binary10110011000101111110011100101100011001110000011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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