Shades of Gigas #58458C
Tints of Gigas #58458C
RGB
CMYK
RGB Variations
Color information
#58458C (or 0x58458C) is known color: Gigas. HEX triplet: 58, 45 and 8C. RGB value is (88,69,140). Sum of RGB (Red+Green+Blue) = 88+69+140=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 69 (27.34% from 255 or 23.23% 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 #58458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58458C is #A7BA73. Grayscale: #525252. Windows color (decimal): -10992244 or 9192792. OLE color: 9192792.
HSL color Cylindrical-coordinate representation of color #58458C: hue angle of 256.06º 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 #58458C is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 69 | 140 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.45 |
| HSL | 256.06º | 0.34% | 0.41% | - |
| HSV(B) | 256.06º | 0.51% | 0.55% | - |
| XYZ | 10.89 | 8.22 | 25.82 | - |
| YUV | 82.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 140 | 0.37 | 0.51 | 0 | 0.45 | 256.06 | 0.34 | 0.41 |
| Hex | 58 | 45 | 8C | 25 | 33 | 0 | 2D | 100 | 22 | 29 |
| Octal | 130 | 105 | 214 | 45 | 63 | 0 | 55 | 400 | 42 | 51 |
| Binary | 1011000 | 1000101 | 10001100 | 100101 | 110011 | 0 | 101101 | 100000000 | 100010 | 101001 |
Color Harmonies of #58458C
Complementary color
Monochromatic Colors of #58458C
Black with #58458C
Text Example
Text Example
White with #58458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58458C; }
p { color: rgb(88,69,140); }
H1.HeaderClassName
{
color: #58458C;
}
.AnyTagClassName
{
color: #58458C;
}
</style>
background-color css
<style>
a { background-color: #58458C; }
a { background-color: rgb(88,69,140); }
div.DivClassName
{
background-color: #58458C;
}
.BgClassName
{
background-color: #58458C;
}
</style>
border-color css
<style>
span { border-color: #58458C; }
span { border-color: rgb(88,69,140); }
td.TdClassName
{
border-color: #58458C;
}
.TagClassName
{
border-color: #58458C;
}
</style>