Shades of Gigas #5C4A79
Tints of Gigas #5C4A79
RGB
CMYK
RGB Variations
Color information
#5C4A79 (or 0x5C4A79) is known color: Gigas. HEX triplet: 5C, 4A and 79. RGB value is (92,74,121). Sum of RGB (Red+Green+Blue) = 92+74+121=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 121 - color contains mainly: blue. Hex color #5C4A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C4A79 is #A3B586. Grayscale: #545454. Windows color (decimal): -10728839 or 7948892. OLE color: 7948892.
HSL color Cylindrical-coordinate representation of color #5C4A79: hue angle of 262.98º 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 #5C4A79 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 74 | 121 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.53 |
| HSL | 262.98º | 0.24% | 0.38% | - |
| HSV(B) | 262.98º | 0.39% | 0.47% | - |
| XYZ | 10.31 | 8.55 | 19.2 | - |
| YUV | 84.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 74 | 121 | 0.24 | 0.39 | 0 | 0.53 | 262.98 | 0.24 | 0.38 |
| Hex | 5C | 4A | 79 | 18 | 27 | 0 | 35 | 107 | 18 | 26 |
| Octal | 134 | 112 | 171 | 30 | 47 | 0 | 65 | 407 | 30 | 46 |
| Binary | 1011100 | 1001010 | 1111001 | 11000 | 100111 | 0 | 110101 | 100000111 | 11000 | 100110 |
Color Harmonies of #5C4A79
Complementary color
Monochromatic Colors of #5C4A79
Black with #5C4A79
Text Example
Text Example
White with #5C4A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4A79; }
p { color: rgb(92,74,121); }
H1.HeaderClassName
{
color: #5C4A79;
}
.AnyTagClassName
{
color: #5C4A79;
}
</style>
background-color css
<style>
a { background-color: #5C4A79; }
a { background-color: rgb(92,74,121); }
div.DivClassName
{
background-color: #5C4A79;
}
.BgClassName
{
background-color: #5C4A79;
}
</style>
border-color css
<style>
span { border-color: #5C4A79; }
span { border-color: rgb(92,74,121); }
td.TdClassName
{
border-color: #5C4A79;
}
.TagClassName
{
border-color: #5C4A79;
}
</style>