Shades of Gigas #59468F
Tints of Gigas #59468F
RGB
CMYK
RGB Variations
Color information
#59468F (or 0x59468F) is known color: Gigas. HEX triplet: 59, 46 and 8F. RGB value is (89,70,143). Sum of RGB (Red+Green+Blue) = 89+70+143=302 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.47% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #59468F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59468F is #A6B970. Grayscale: #535353. Windows color (decimal): -10926449 or 9389657. OLE color: 9389657.
HSL color Cylindrical-coordinate representation of color #59468F: hue angle of 255.62º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59468F is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 70 | 143 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.44 |
| HSL | 255.62º | 0.34% | 0.42% | - |
| HSV(B) | 255.62º | 0.51% | 0.56% | - |
| XYZ | 11.27 | 8.49 | 27.03 | - |
| YUV | 84 | 161.29 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 70 | 143 | 0.38 | 0.51 | 0 | 0.44 | 255.62 | 0.34 | 0.42 |
| Hex | 59 | 46 | 8F | 26 | 33 | 0 | 2C | 100 | 22 | 2A |
| Octal | 131 | 106 | 217 | 46 | 63 | 0 | 54 | 400 | 42 | 52 |
| Binary | 1011001 | 1000110 | 10001111 | 100110 | 110011 | 0 | 101100 | 100000000 | 100010 | 101010 |
Color Harmonies of #59468F
Complementary color
Monochromatic Colors of #59468F
Black with #59468F
Text Example
Text Example
White with #59468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59468F; }
p { color: rgb(89,70,143); }
H1.HeaderClassName
{
color: #59468F;
}
.AnyTagClassName
{
color: #59468F;
}
</style>
background-color css
<style>
a { background-color: #59468F; }
a { background-color: rgb(89,70,143); }
div.DivClassName
{
background-color: #59468F;
}
.BgClassName
{
background-color: #59468F;
}
</style>
border-color css
<style>
span { border-color: #59468F; }
span { border-color: rgb(89,70,143); }
td.TdClassName
{
border-color: #59468F;
}
.TagClassName
{
border-color: #59468F;
}
</style>