Shades of Gigas #5C4A77
Tints of Gigas #5C4A77
RGB
CMYK
RGB Variations
Color information
#5C4A77 (or 0x5C4A77) is known color: Gigas. HEX triplet: 5C, 4A and 77. RGB value is (92,74,119). Sum of RGB (Red+Green+Blue) = 92+74+119=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 119 - color contains mainly: blue. Hex color #5C4A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4A77 is #A3B588. Grayscale: #545454. Windows color (decimal): -10728841 or 7817820. OLE color: 7817820.
HSL color Cylindrical-coordinate representation of color #5C4A77: hue angle of 264º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C4A77 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 74 | 119 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.53 |
| HSL | 264º | 0.23% | 0.38% | - |
| HSV(B) | 264º | 0.38% | 0.47% | - |
| XYZ | 10.19 | 8.5 | 18.56 | - |
| YUV | 84.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 119 | 0.23 | 0.38 | 0 | 0.53 | 264 | 0.23 | 0.38 |
| Hex | 5C | 4A | 77 | 17 | 26 | 0 | 35 | 108 | 17 | 26 |
| Octal | 134 | 112 | 167 | 27 | 46 | 0 | 65 | 410 | 27 | 46 |
| Binary | 1011100 | 1001010 | 1110111 | 10111 | 100110 | 0 | 110101 | 100001000 | 10111 | 100110 |
Color Harmonies of #5C4A77
Complementary color
Monochromatic Colors of #5C4A77
Black with #5C4A77
Text Example
Text Example
White with #5C4A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A77; }
p { color: rgb(92,74,119); }
H1.HeaderClassName
{
color: #5C4A77;
}
.AnyTagClassName
{
color: #5C4A77;
}
</style>
background-color css
<style>
a { background-color: #5C4A77; }
a { background-color: rgb(92,74,119); }
div.DivClassName
{
background-color: #5C4A77;
}
.BgClassName
{
background-color: #5C4A77;
}
</style>
border-color css
<style>
span { border-color: #5C4A77; }
span { border-color: rgb(92,74,119); }
td.TdClassName
{
border-color: #5C4A77;
}
.TagClassName
{
border-color: #5C4A77;
}
</style>