Shades of Gigas #59447F
Tints of Gigas #59447F
RGB
CMYK
RGB Variations
Color information
#59447F (or 0x59447F) is known color: Gigas. HEX triplet: 59, 44 and 7F. RGB value is (89,68,127). Sum of RGB (Red+Green+Blue) = 89+68+127=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #59447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59447F is #A6BB80. Grayscale: #505050. Windows color (decimal): -10926977 or 8340569. OLE color: 8340569.
HSL color Cylindrical-coordinate representation of color #59447F: hue angle of 261.36º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #59447F is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 89 | 68 | 127 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.50 |
| HSL | 261.36º | 0.3% | 0.38% | - |
| HSV(B) | 261.36º | 0.46% | 0.5% | - |
| XYZ | 10.02 | 7.79 | 21.05 | - |
| YUV | 81.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 68 | 127 | 0.30 | 0.46 | 0 | 0.50 | 261.36 | 0.3 | 0.38 |
| Hex | 59 | 44 | 7F | 1E | 2E | 0 | 32 | 105 | 1E | 26 |
| Octal | 131 | 104 | 177 | 36 | 56 | 0 | 62 | 405 | 36 | 46 |
| Binary | 1011001 | 1000100 | 1111111 | 11110 | 101110 | 0 | 110010 | 100000101 | 11110 | 100110 |
Color Harmonies of #59447F
Complementary color
Monochromatic Colors of #59447F
Black with #59447F
Text Example
Text Example
White with #59447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59447F; }
p { color: rgb(89,68,127); }
H1.HeaderClassName
{
color: #59447F;
}
.AnyTagClassName
{
color: #59447F;
}
</style>
background-color css
<style>
a { background-color: #59447F; }
a { background-color: rgb(89,68,127); }
div.DivClassName
{
background-color: #59447F;
}
.BgClassName
{
background-color: #59447F;
}
</style>
border-color css
<style>
span { border-color: #59447F; }
span { border-color: rgb(89,68,127); }
td.TdClassName
{
border-color: #59447F;
}
.TagClassName
{
border-color: #59447F;
}
</style>