Shades of Gigas #5C4979
Tints of Gigas #5C4979
RGB
CMYK
RGB Variations
Color information
#5C4979 (or 0x5C4979) is known color: Gigas. HEX triplet: 5C, 49 and 79. RGB value is (92,73,121). Sum of RGB (Red+Green+Blue) = 92+73+121=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C4979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4979 is #A3B686. Grayscale: #535353. Windows color (decimal): -10729095 or 7948636. OLE color: 7948636.
HSL color Cylindrical-coordinate representation of color #5C4979: hue angle of 263.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C4979 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 73 | 121 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.53 |
| HSL | 263.75º | 0.25% | 0.38% | - |
| HSV(B) | 263.75º | 0.4% | 0.47% | - |
| XYZ | 10.25 | 8.42 | 19.17 | - |
| YUV | 84.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 121 | 0.24 | 0.40 | 0 | 0.53 | 263.75 | 0.25 | 0.38 |
| Hex | 5C | 49 | 79 | 18 | 28 | 0 | 35 | 108 | 19 | 26 |
| Octal | 134 | 111 | 171 | 30 | 50 | 0 | 65 | 410 | 31 | 46 |
| Binary | 1011100 | 1001001 | 1111001 | 11000 | 101000 | 0 | 110101 | 100001000 | 11001 | 100110 |
Color Harmonies of #5C4979
Complementary color
Monochromatic Colors of #5C4979
Black with #5C4979
Text Example
Text Example
White with #5C4979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4979; }
p { color: rgb(92,73,121); }
H1.HeaderClassName
{
color: #5C4979;
}
.AnyTagClassName
{
color: #5C4979;
}
</style>
background-color css
<style>
a { background-color: #5C4979; }
a { background-color: rgb(92,73,121); }
div.DivClassName
{
background-color: #5C4979;
}
.BgClassName
{
background-color: #5C4979;
}
</style>
border-color css
<style>
span { border-color: #5C4979; }
span { border-color: rgb(92,73,121); }
td.TdClassName
{
border-color: #5C4979;
}
.TagClassName
{
border-color: #5C4979;
}
</style>