Shades of Gigas #58467F
Tints of Gigas #58467F
RGB
CMYK
RGB Variations
Color information
#58467F (or 0x58467F) is known color: Gigas. HEX triplet: 58, 46 and 7F. RGB value is (88,70,127). Sum of RGB (Red+Green+Blue) = 88+70+127=285 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.88% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #58467F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58467F is #A7B980. Grayscale: #515151. Windows color (decimal): -10992001 or 8341080. OLE color: 8341080.
HSL color Cylindrical-coordinate representation of color #58467F: hue angle of 258.95º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58467F is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 70 | 127 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.50 |
| HSL | 258.95º | 0.29% | 0.39% | - |
| HSV(B) | 258.95º | 0.45% | 0.5% | - |
| XYZ | 10.05 | 7.99 | 21.09 | - |
| YUV | 81.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 127 | 0.31 | 0.45 | 0 | 0.50 | 258.95 | 0.29 | 0.39 |
| Hex | 58 | 46 | 7F | 1F | 2D | 0 | 32 | 103 | 1D | 27 |
| Octal | 130 | 106 | 177 | 37 | 55 | 0 | 62 | 403 | 35 | 47 |
| Binary | 1011000 | 1000110 | 1111111 | 11111 | 101101 | 0 | 110010 | 100000011 | 11101 | 100111 |
Color Harmonies of #58467F
Complementary color
Monochromatic Colors of #58467F
Black with #58467F
Text Example
Text Example
White with #58467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58467F; }
p { color: rgb(88,70,127); }
H1.HeaderClassName
{
color: #58467F;
}
.AnyTagClassName
{
color: #58467F;
}
</style>
background-color css
<style>
a { background-color: #58467F; }
a { background-color: rgb(88,70,127); }
div.DivClassName
{
background-color: #58467F;
}
.BgClassName
{
background-color: #58467F;
}
</style>
border-color css
<style>
span { border-color: #58467F; }
span { border-color: rgb(88,70,127); }
td.TdClassName
{
border-color: #58467F;
}
.TagClassName
{
border-color: #58467F;
}
</style>