Shades of Gigas #5C4978
Tints of Gigas #5C4978
RGB
CMYK
RGB Variations
Color information
#5C4978 (or 0x5C4978) is known color: Gigas. HEX triplet: 5C, 49 and 78. RGB value is (92,73,120). Sum of RGB (Red+Green+Blue) = 92+73+120=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 120 (47.27% from 255 or 42.11% from 285); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C4978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4978 is #A3B687. Grayscale: #535353. Windows color (decimal): -10729096 or 7883100. OLE color: 7883100.
HSL color Cylindrical-coordinate representation of color #5C4978: hue angle of 264.26º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C4978 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 73 | 120 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.53 |
| HSL | 264.26º | 0.24% | 0.38% | - |
| HSV(B) | 264.26º | 0.39% | 0.47% | - |
| XYZ | 10.19 | 8.4 | 18.85 | - |
| YUV | 84.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 120 | 0.23 | 0.39 | 0 | 0.53 | 264.26 | 0.24 | 0.38 |
| Hex | 5C | 49 | 78 | 17 | 27 | 0 | 35 | 108 | 18 | 26 |
| Octal | 134 | 111 | 170 | 27 | 47 | 0 | 65 | 410 | 30 | 46 |
| Binary | 1011100 | 1001001 | 1111000 | 10111 | 100111 | 0 | 110101 | 100001000 | 11000 | 100110 |
Color Harmonies of #5C4978
Complementary color
Monochromatic Colors of #5C4978
Black with #5C4978
Text Example
Text Example
White with #5C4978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4978; }
p { color: rgb(92,73,120); }
H1.HeaderClassName
{
color: #5C4978;
}
.AnyTagClassName
{
color: #5C4978;
}
</style>
background-color css
<style>
a { background-color: #5C4978; }
a { background-color: rgb(92,73,120); }
div.DivClassName
{
background-color: #5C4978;
}
.BgClassName
{
background-color: #5C4978;
}
</style>
border-color css
<style>
span { border-color: #5C4978; }
span { border-color: rgb(92,73,120); }
td.TdClassName
{
border-color: #5C4978;
}
.TagClassName
{
border-color: #5C4978;
}
</style>