Shades of Gigas #59498F
Tints of Gigas #59498F
RGB
CMYK
RGB Variations
Color information
#59498F (or 0x59498F) is known color: 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
| RGB | 89 | 73 | 143 | - |
| CMYK | 0.38 | 0.49 | 0 | 0.44 |
| HSL | 253.71º | 0.32% | 0.42% | - |
| HSV(B) | 253.71º | 0.49% | 0.56% | - |
| XYZ | 11.46 | 8.87 | 27.1 | - |
| YUV | 85.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 143 | 0.38 | 0.49 | 0 | 0.44 | 253.71 | 0.32 | 0.42 |
| Hex | 59 | 49 | 8F | 26 | 31 | 0 | 2C | FE | 20 | 2A |
| Octal | 131 | 111 | 217 | 46 | 61 | 0 | 54 | 376 | 40 | 52 |
| Binary | 1011001 | 1001001 | 10001111 | 100110 | 110001 | 0 | 101100 | 11111110 | 100000 | 101010 |
Color Harmonies of #59498F
Complementary color
Monochromatic Colors of #59498F
Black with #59498F
Text Example
Text Example
White with #59498F
Text Example
Text Example
HTML Codes & Css Web 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>