Shades of Gigas #59477E
Tints of Gigas #59477E
RGB
CMYK
RGB Variations
Color information
#59477E (or 0x59477E) is known color: Gigas. HEX triplet: 59, 47 and 7E. RGB value is (89,71,126). Sum of RGB (Red+Green+Blue) = 89+71+126=286 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.12% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 126 - color contains mainly: blue. Hex color #59477E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59477E is #A6B881. Grayscale: #525252. Windows color (decimal): -10926210 or 8275801. OLE color: 8275801.
HSL color Cylindrical-coordinate representation of color #59477E: hue angle of 259.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59477E is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 71 | 126 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.51 |
| HSL | 259.64º | 0.28% | 0.39% | - |
| HSV(B) | 259.64º | 0.44% | 0.49% | - |
| XYZ | 10.14 | 8.14 | 20.77 | - |
| YUV | 82.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 71 | 126 | 0.29 | 0.44 | 0 | 0.51 | 259.64 | 0.28 | 0.39 |
| Hex | 59 | 47 | 7E | 1D | 2C | 0 | 33 | 104 | 1C | 27 |
| Octal | 131 | 107 | 176 | 35 | 54 | 0 | 63 | 404 | 34 | 47 |
| Binary | 1011001 | 1000111 | 1111110 | 11101 | 101100 | 0 | 110011 | 100000100 | 11100 | 100111 |
Color Harmonies of #59477E
Complementary color
Monochromatic Colors of #59477E
Black with #59477E
Text Example
Text Example
White with #59477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59477E; }
p { color: rgb(89,71,126); }
H1.HeaderClassName
{
color: #59477E;
}
.AnyTagClassName
{
color: #59477E;
}
</style>
background-color css
<style>
a { background-color: #59477E; }
a { background-color: rgb(89,71,126); }
div.DivClassName
{
background-color: #59477E;
}
.BgClassName
{
background-color: #59477E;
}
</style>
border-color css
<style>
span { border-color: #59477E; }
span { border-color: rgb(89,71,126); }
td.TdClassName
{
border-color: #59477E;
}
.TagClassName
{
border-color: #59477E;
}
</style>