#59447F

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

Shades of Gigas #59447F

Tints of Gigas #59447F

Color information

#59447F (or 0x59447F) is unknown color: approx Gigas. HEX triplet: 59, 44 and 7F. RGB value is (89,68,127). Sum of RGB (Red+Green+Blue) = 89+68+127=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #59447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59447F is #A6BB80. Grayscale: #505050. Windows color (decimal): -10926977 or 8340569. OLE color: 8340569.

HSL color Cylindrical-coordinate representation of color #59447F: hue angle of 261.36º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59447F is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8968127-
CMYK0.300.4600.50
HSL261.36º30.26%38.24%-
HSV(B)261.36º46.46%49.8%-
XYZ10.027.7921.05-
YUV81153.96133.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 127 (50% from 255) = 44.72%
R=31.34%
G=23.94%
B=44.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal89681270.300.4600.50261.3630.2638.24
Hex59447F1E2E0321051e26
Octal13110417736560624053646
Binary10110011000100111111111110101110011001010000010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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