Shades of Gigas #59467C
Tints of Gigas #59467C
RGB
CMYK
RGB Variations
Color information
#59467C (or 0x59467C) is known color: Gigas. HEX triplet: 59, 46 and 7C. RGB value is (89,70,124). Sum of RGB (Red+Green+Blue) = 89+70+124=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #59467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59467C is #A6B983. Grayscale: #515151. Windows color (decimal): -10926468 or 8144473. OLE color: 8144473.
HSL color Cylindrical-coordinate representation of color #59467C: hue angle of 261.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #59467C is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 89 | 70 | 124 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.51 |
| HSL | 261.11º | 0.28% | 0.38% | - |
| HSV(B) | 261.11º | 0.44% | 0.49% | - |
| XYZ | 9.95 | 7.96 | 20.08 | - |
| YUV | 81.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 124 | 0.28 | 0.44 | 0 | 0.51 | 261.11 | 0.28 | 0.38 |
| Hex | 59 | 46 | 7C | 1C | 2C | 0 | 33 | 105 | 1C | 26 |
| Octal | 131 | 106 | 174 | 34 | 54 | 0 | 63 | 405 | 34 | 46 |
| Binary | 1011001 | 1000110 | 1111100 | 11100 | 101100 | 0 | 110011 | 100000101 | 11100 | 100110 |
Color Harmonies of #59467C
Complementary color
Monochromatic Colors of #59467C
Black with #59467C
Text Example
Text Example
White with #59467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59467C; }
p { color: rgb(89,70,124); }
H1.HeaderClassName
{
color: #59467C;
}
.AnyTagClassName
{
color: #59467C;
}
</style>
background-color css
<style>
a { background-color: #59467C; }
a { background-color: rgb(89,70,124); }
div.DivClassName
{
background-color: #59467C;
}
.BgClassName
{
background-color: #59467C;
}
</style>
border-color css
<style>
span { border-color: #59467C; }
span { border-color: rgb(89,70,124); }
td.TdClassName
{
border-color: #59467C;
}
.TagClassName
{
border-color: #59467C;
}
</style>