Shades of Gigas #5C4E99
Tints of Gigas #5C4E99
RGB
CMYK
RGB Variations
Color information
#5C4E99 (or 0x5C4E99) is known color: Gigas. HEX triplet: 5C, 4E and 99. RGB value is (92,78,153). Sum of RGB (Red+Green+Blue) = 92+78+153=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C4E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C4E99 is #A3B166. Grayscale: #5A5A5A. Windows color (decimal): -10727783 or 10047068. OLE color: 10047068.
HSL color Cylindrical-coordinate representation of color #5C4E99: hue angle of 251.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C4E99 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 78 | 153 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.4 |
| HSL | 251.2º | 0.32% | 0.45% | - |
| HSV(B) | 251.2º | 0.49% | 0.6% | - |
| XYZ | 12.89 | 10.02 | 31.39 | - |
| YUV | 90.74 | 163.14 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 78 | 153 | 0.40 | 0.49 | 0 | 0.4 | 251.2 | 0.32 | 0.45 |
| Hex | 5C | 4E | 99 | 28 | 31 | 0 | 28 | FB | 20 | 2D |
| Octal | 134 | 116 | 231 | 50 | 61 | 0 | 50 | 373 | 40 | 55 |
| Binary | 1011100 | 1001110 | 10011001 | 101000 | 110001 | 0 | 101000 | 11111011 | 100000 | 101101 |
Color Harmonies of #5C4E99
Complementary color
Monochromatic Colors of #5C4E99
Black with #5C4E99
Text Example
Text Example
White with #5C4E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4E99; }
p { color: rgb(92,78,153); }
H1.HeaderClassName
{
color: #5C4E99;
}
.AnyTagClassName
{
color: #5C4E99;
}
</style>
background-color css
<style>
a { background-color: #5C4E99; }
a { background-color: rgb(92,78,153); }
div.DivClassName
{
background-color: #5C4E99;
}
.BgClassName
{
background-color: #5C4E99;
}
</style>
border-color css
<style>
span { border-color: #5C4E99; }
span { border-color: rgb(92,78,153); }
td.TdClassName
{
border-color: #5C4E99;
}
.TagClassName
{
border-color: #5C4E99;
}
</style>