Shades of Gigas #58468D
Tints of Gigas #58468D
RGB
CMYK
RGB Variations
Color information
#58468D (or 0x58468D) is known color: Gigas. HEX triplet: 58, 46 and 8D. RGB value is (88,70,141). Sum of RGB (Red+Green+Blue) = 88+70+141=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #58468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58468D is #A7B972. Grayscale: #535353. Windows color (decimal): -10991987 or 9258584. OLE color: 9258584.
HSL color Cylindrical-coordinate representation of color #58468D: hue angle of 255.21º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58468D is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 70 | 141 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.45 |
| HSL | 255.21º | 0.34% | 0.41% | - |
| HSV(B) | 255.21º | 0.5% | 0.55% | - |
| XYZ | 11.02 | 8.38 | 26.24 | - |
| YUV | 83.48 | 160.46 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 141 | 0.38 | 0.50 | 0 | 0.45 | 255.21 | 0.34 | 0.41 |
| Hex | 58 | 46 | 8D | 26 | 32 | 0 | 2D | FF | 22 | 29 |
| Octal | 130 | 106 | 215 | 46 | 62 | 0 | 55 | 377 | 42 | 51 |
| Binary | 1011000 | 1000110 | 10001101 | 100110 | 110010 | 0 | 101101 | 11111111 | 100010 | 101001 |
Color Harmonies of #58468D
Complementary color
Monochromatic Colors of #58468D
Black with #58468D
Text Example
Text Example
White with #58468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58468D; }
p { color: rgb(88,70,141); }
H1.HeaderClassName
{
color: #58468D;
}
.AnyTagClassName
{
color: #58468D;
}
</style>
background-color css
<style>
a { background-color: #58468D; }
a { background-color: rgb(88,70,141); }
div.DivClassName
{
background-color: #58468D;
}
.BgClassName
{
background-color: #58468D;
}
</style>
border-color css
<style>
span { border-color: #58468D; }
span { border-color: rgb(88,70,141); }
td.TdClassName
{
border-color: #58468D;
}
.TagClassName
{
border-color: #58468D;
}
</style>