Shades of Gigas #5C4977
Tints of Gigas #5C4977
RGB
CMYK
RGB Variations
Color information
#5C4977 (or 0x5C4977) is known color: Gigas. HEX triplet: 5C, 49 and 77. RGB value is (92,73,119). Sum of RGB (Red+Green+Blue) = 92+73+119=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C4977 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4977 is #A3B688. Grayscale: #535353. Windows color (decimal): -10729097 or 7817564. OLE color: 7817564.
HSL color Cylindrical-coordinate representation of color #5C4977: hue angle of 264.78º 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 #5C4977 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 73 | 119 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.53 |
| HSL | 264.78º | 0.24% | 0.38% | - |
| HSV(B) | 264.78º | 0.39% | 0.47% | - |
| XYZ | 10.13 | 8.37 | 18.54 | - |
| YUV | 83.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 73 | 119 | 0.23 | 0.39 | 0 | 0.53 | 264.78 | 0.24 | 0.38 |
| Hex | 5C | 49 | 77 | 17 | 27 | 0 | 35 | 109 | 18 | 26 |
| Octal | 134 | 111 | 167 | 27 | 47 | 0 | 65 | 411 | 30 | 46 |
| Binary | 1011100 | 1001001 | 1110111 | 10111 | 100111 | 0 | 110101 | 100001001 | 11000 | 100110 |
Color Harmonies of #5C4977
Complementary color
Monochromatic Colors of #5C4977
Black with #5C4977
Text Example
Text Example
White with #5C4977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4977; }
p { color: rgb(92,73,119); }
H1.HeaderClassName
{
color: #5C4977;
}
.AnyTagClassName
{
color: #5C4977;
}
</style>
background-color css
<style>
a { background-color: #5C4977; }
a { background-color: rgb(92,73,119); }
div.DivClassName
{
background-color: #5C4977;
}
.BgClassName
{
background-color: #5C4977;
}
</style>
border-color css
<style>
span { border-color: #5C4977; }
span { border-color: rgb(92,73,119); }
td.TdClassName
{
border-color: #5C4977;
}
.TagClassName
{
border-color: #5C4977;
}
</style>