Shades of Gigas #59498E
Tints of Gigas #59498E
RGB
CMYK
RGB Variations
Color information
#59498E (or 0x59498E) is known color: Gigas. HEX triplet: 59, 49 and 8E. RGB value is (89,73,142). Sum of RGB (Red+Green+Blue) = 89+73+142=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #59498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59498E is #A6B671. Grayscale: #555555. Windows color (decimal): -10925682 or 9324889. OLE color: 9324889.
HSL color Cylindrical-coordinate representation of color #59498E: hue angle of 253.91º 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 #59498E is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 73 | 142 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.44 |
| HSL | 253.91º | 0.32% | 0.42% | - |
| HSV(B) | 253.91º | 0.49% | 0.56% | - |
| XYZ | 11.38 | 8.84 | 26.7 | - |
| YUV | 85.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 142 | 0.37 | 0.49 | 0 | 0.44 | 253.91 | 0.32 | 0.42 |
| Hex | 59 | 49 | 8E | 25 | 31 | 0 | 2C | FE | 20 | 2A |
| Octal | 131 | 111 | 216 | 45 | 61 | 0 | 54 | 376 | 40 | 52 |
| Binary | 1011001 | 1001001 | 10001110 | 100101 | 110001 | 0 | 101100 | 11111110 | 100000 | 101010 |
Color Harmonies of #59498E
Complementary color
Monochromatic Colors of #59498E
Black with #59498E
Text Example
Text Example
White with #59498E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59498E; }
p { color: rgb(89,73,142); }
H1.HeaderClassName
{
color: #59498E;
}
.AnyTagClassName
{
color: #59498E;
}
</style>
background-color css
<style>
a { background-color: #59498E; }
a { background-color: rgb(89,73,142); }
div.DivClassName
{
background-color: #59498E;
}
.BgClassName
{
background-color: #59498E;
}
</style>
border-color css
<style>
span { border-color: #59498E; }
span { border-color: rgb(89,73,142); }
td.TdClassName
{
border-color: #59498E;
}
.TagClassName
{
border-color: #59498E;
}
</style>