#59498F

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

Shades of Gigas #59498F

Tints of Gigas #59498F

Color information

#59498F (or 0x59498F) is unknown color: approx Gigas. HEX triplet: 59, 49 and 8F. RGB value is (89,73,143). Sum of RGB (Red+Green+Blue) = 89+73+143=305 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.18% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #59498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59498F is #A6B670. Grayscale: #555555. Windows color (decimal): -10925681 or 9390425. OLE color: 9390425.

HSL color Cylindrical-coordinate representation of color #59498F: hue angle of 253.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59498F is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8973143-
CMYK0.380.4900.44
HSL253.71º32.41%42.35%-
HSV(B)253.71º48.95%56.08%-
XYZ11.468.8727.1-
YUV85.76160.3130.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.18%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 143 (56.25% from 255) = 46.89%
R=29.18%
G=23.93%
B=46.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89731430.380.4900.44253.7132.4142.35
Hex59498F263102Cfe202a
Octal13111121746610543764052
Binary1011001100100110001111100110110001010110011111110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,73,143); }

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

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

 a { background-color: rgb(89,73,143); }

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

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

 span { border-color: rgb(89,73,143); }

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