Shades of Gigas #59458C
Tints of Gigas #59458C
RGB
CMYK
RGB Variations
Color information
#59458C (or 0x59458C) is known color: Gigas. HEX triplet: 59, 45 and 8C. RGB value is (89,69,140). Sum of RGB (Red+Green+Blue) = 89+69+140=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #59458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59458C is #A6BA73. Grayscale: #525252. Windows color (decimal): -10926708 or 9192793. OLE color: 9192793.
HSL color Cylindrical-coordinate representation of color #59458C: hue angle of 256.9º degrees, saturation: 0.34, 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 #59458C is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 69 | 140 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.45 |
| HSL | 256.9º | 0.34% | 0.41% | - |
| HSV(B) | 256.9º | 0.51% | 0.55% | - |
| XYZ | 10.98 | 8.27 | 25.83 | - |
| YUV | 83.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 69 | 140 | 0.36 | 0.51 | 0 | 0.45 | 256.9 | 0.34 | 0.41 |
| Hex | 59 | 45 | 8C | 24 | 33 | 0 | 2D | 101 | 22 | 29 |
| Octal | 131 | 105 | 214 | 44 | 63 | 0 | 55 | 401 | 42 | 51 |
| Binary | 1011001 | 1000101 | 10001100 | 100100 | 110011 | 0 | 101101 | 100000001 | 100010 | 101001 |
Color Harmonies of #59458C
Complementary color
Monochromatic Colors of #59458C
Black with #59458C
Text Example
Text Example
White with #59458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59458C; }
p { color: rgb(89,69,140); }
H1.HeaderClassName
{
color: #59458C;
}
.AnyTagClassName
{
color: #59458C;
}
</style>
background-color css
<style>
a { background-color: #59458C; }
a { background-color: rgb(89,69,140); }
div.DivClassName
{
background-color: #59458C;
}
.BgClassName
{
background-color: #59458C;
}
</style>
border-color css
<style>
span { border-color: #59458C; }
span { border-color: rgb(89,69,140); }
td.TdClassName
{
border-color: #59458C;
}
.TagClassName
{
border-color: #59458C;
}
</style>