Shades of Gigas #59448C
Tints of Gigas #59448C
RGB
CMYK
RGB Variations
Color information
#59448C (or 0x59448C) is known color: Gigas. HEX triplet: 59, 44 and 8C. RGB value is (89,68,140). Sum of RGB (Red+Green+Blue) = 89+68+140=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 140 - color contains mainly: blue. Hex color #59448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59448C is #A6BB73. Grayscale: #525252. Windows color (decimal): -10926964 or 9192537. OLE color: 9192537.
HSL color Cylindrical-coordinate representation of color #59448C: hue angle of 257.5º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59448C is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 68 | 140 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.45 |
| HSL | 257.5º | 0.35% | 0.41% | - |
| HSV(B) | 257.5º | 0.51% | 0.55% | - |
| XYZ | 10.92 | 8.15 | 25.81 | - |
| YUV | 82.49 | 160.46 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 68 | 140 | 0.36 | 0.51 | 0 | 0.45 | 257.5 | 0.35 | 0.41 |
| Hex | 59 | 44 | 8C | 24 | 33 | 0 | 2D | 102 | 23 | 29 |
| Octal | 131 | 104 | 214 | 44 | 63 | 0 | 55 | 402 | 43 | 51 |
| Binary | 1011001 | 1000100 | 10001100 | 100100 | 110011 | 0 | 101101 | 100000010 | 100011 | 101001 |
Color Harmonies of #59448C
Complementary color
Monochromatic Colors of #59448C
Black with #59448C
Text Example
Text Example
White with #59448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59448C; }
p { color: rgb(89,68,140); }
H1.HeaderClassName
{
color: #59448C;
}
.AnyTagClassName
{
color: #59448C;
}
</style>
background-color css
<style>
a { background-color: #59448C; }
a { background-color: rgb(89,68,140); }
div.DivClassName
{
background-color: #59448C;
}
.BgClassName
{
background-color: #59448C;
}
</style>
border-color css
<style>
span { border-color: #59448C; }
span { border-color: rgb(89,68,140); }
td.TdClassName
{
border-color: #59448C;
}
.TagClassName
{
border-color: #59448C;
}
</style>