Shades of Gigas #59458E
Tints of Gigas #59458E
RGB
CMYK
RGB Variations
Color information
#59458E (or 0x59458E) is known color: Gigas. HEX triplet: 59, 45 and 8E. RGB value is (89,69,142). Sum of RGB (Red+Green+Blue) = 89+69+142=300 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.67% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #59458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59458E is #A6BA71. Grayscale: #535353. Windows color (decimal): -10926706 or 9323865. OLE color: 9323865.
HSL color Cylindrical-coordinate representation of color #59458E: hue angle of 256.44º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59458E is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 69 | 142 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.44 |
| HSL | 256.44º | 0.35% | 0.41% | - |
| HSV(B) | 256.44º | 0.51% | 0.56% | - |
| XYZ | 11.13 | 8.33 | 26.61 | - |
| YUV | 83.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 142 | 0.37 | 0.51 | 0 | 0.44 | 256.44 | 0.35 | 0.41 |
| Hex | 59 | 45 | 8E | 25 | 33 | 0 | 2C | 100 | 23 | 29 |
| Octal | 131 | 105 | 216 | 45 | 63 | 0 | 54 | 400 | 43 | 51 |
| Binary | 1011001 | 1000101 | 10001110 | 100101 | 110011 | 0 | 101100 | 100000000 | 100011 | 101001 |
Color Harmonies of #59458E
Complementary color
Monochromatic Colors of #59458E
Black with #59458E
Text Example
Text Example
White with #59458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59458E; }
p { color: rgb(89,69,142); }
H1.HeaderClassName
{
color: #59458E;
}
.AnyTagClassName
{
color: #59458E;
}
</style>
background-color css
<style>
a { background-color: #59458E; }
a { background-color: rgb(89,69,142); }
div.DivClassName
{
background-color: #59458E;
}
.BgClassName
{
background-color: #59458E;
}
</style>
border-color css
<style>
span { border-color: #59458E; }
span { border-color: rgb(89,69,142); }
td.TdClassName
{
border-color: #59458E;
}
.TagClassName
{
border-color: #59458E;
}
</style>