Shades of Gigas #58448D
Tints of Gigas #58448D
RGB
CMYK
RGB Variations
Color information
#58448D (or 0x58448D) is known color: Gigas. HEX triplet: 58, 44 and 8D. RGB value is (88,68,141). Sum of RGB (Red+Green+Blue) = 88+68+141=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #58448D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58448D is #A7BB72. Grayscale: #525252. Windows color (decimal): -10992499 or 9258072. OLE color: 9258072.
HSL color Cylindrical-coordinate representation of color #58448D: hue angle of 256.44º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58448D is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 68 | 141 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.45 |
| HSL | 256.44º | 0.35% | 0.41% | - |
| HSV(B) | 256.44º | 0.52% | 0.55% | - |
| XYZ | 10.9 | 8.13 | 26.19 | - |
| YUV | 82.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 141 | 0.38 | 0.52 | 0 | 0.45 | 256.44 | 0.35 | 0.41 |
| Hex | 58 | 44 | 8D | 26 | 34 | 0 | 2D | 100 | 23 | 29 |
| Octal | 130 | 104 | 215 | 46 | 64 | 0 | 55 | 400 | 43 | 51 |
| Binary | 1011000 | 1000100 | 10001101 | 100110 | 110100 | 0 | 101101 | 100000000 | 100011 | 101001 |
Color Harmonies of #58448D
Complementary color
Monochromatic Colors of #58448D
Black with #58448D
Text Example
Text Example
White with #58448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58448D; }
p { color: rgb(88,68,141); }
H1.HeaderClassName
{
color: #58448D;
}
.AnyTagClassName
{
color: #58448D;
}
</style>
background-color css
<style>
a { background-color: #58448D; }
a { background-color: rgb(88,68,141); }
div.DivClassName
{
background-color: #58448D;
}
.BgClassName
{
background-color: #58448D;
}
</style>
border-color css
<style>
span { border-color: #58448D; }
span { border-color: rgb(88,68,141); }
td.TdClassName
{
border-color: #58448D;
}
.TagClassName
{
border-color: #58448D;
}
</style>