Shades of Gigas #58467D
Tints of Gigas #58467D
RGB
CMYK
RGB Variations
Color information
#58467D (or 0x58467D) is known color: Gigas. HEX triplet: 58, 46 and 7D. RGB value is (88,70,125). Sum of RGB (Red+Green+Blue) = 88+70+125=283 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.10% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #58467D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58467D is #A7B982. Grayscale: #515151. Windows color (decimal): -10992003 or 8210008. OLE color: 8210008.
HSL color Cylindrical-coordinate representation of color #58467D: hue angle of 259.64º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58467D is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 88 | 70 | 125 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.51 |
| HSL | 259.64º | 0.28% | 0.38% | - |
| HSV(B) | 259.64º | 0.44% | 0.49% | - |
| XYZ | 9.92 | 7.94 | 20.41 | - |
| YUV | 81.65 | 152.46 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 125 | 0.30 | 0.44 | 0 | 0.51 | 259.64 | 0.28 | 0.38 |
| Hex | 58 | 46 | 7D | 1E | 2C | 0 | 33 | 104 | 1C | 26 |
| Octal | 130 | 106 | 175 | 36 | 54 | 0 | 63 | 404 | 34 | 46 |
| Binary | 1011000 | 1000110 | 1111101 | 11110 | 101100 | 0 | 110011 | 100000100 | 11100 | 100110 |
Color Harmonies of #58467D
Complementary color
Monochromatic Colors of #58467D
Black with #58467D
Text Example
Text Example
White with #58467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58467D; }
p { color: rgb(88,70,125); }
H1.HeaderClassName
{
color: #58467D;
}
.AnyTagClassName
{
color: #58467D;
}
</style>
background-color css
<style>
a { background-color: #58467D; }
a { background-color: rgb(88,70,125); }
div.DivClassName
{
background-color: #58467D;
}
.BgClassName
{
background-color: #58467D;
}
</style>
border-color css
<style>
span { border-color: #58467D; }
span { border-color: rgb(88,70,125); }
td.TdClassName
{
border-color: #58467D;
}
.TagClassName
{
border-color: #58467D;
}
</style>