Shades of Gigas #5C457F
Tints of Gigas #5C457F
RGB
CMYK
RGB Variations
Color information
#5C457F (or 0x5C457F) is known color: Gigas. HEX triplet: 5C, 45 and 7F. RGB value is (92,69,127). Sum of RGB (Red+Green+Blue) = 92+69+127=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C457F is #A3BA80. Grayscale: #525252. Windows color (decimal): -10730113 or 8340828. OLE color: 8340828.
HSL color Cylindrical-coordinate representation of color #5C457F: hue angle of 263.79º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C457F is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 69 | 127 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.50 |
| HSL | 263.79º | 0.3% | 0.38% | - |
| HSV(B) | 263.79º | 0.46% | 0.5% | - |
| XYZ | 10.37 | 8.06 | 21.09 | - |
| YUV | 82.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 127 | 0.28 | 0.46 | 0 | 0.50 | 263.79 | 0.3 | 0.38 |
| Hex | 5C | 45 | 7F | 1C | 2E | 0 | 32 | 108 | 1E | 26 |
| Octal | 134 | 105 | 177 | 34 | 56 | 0 | 62 | 410 | 36 | 46 |
| Binary | 1011100 | 1000101 | 1111111 | 11100 | 101110 | 0 | 110010 | 100001000 | 11110 | 100110 |
Color Harmonies of #5C457F
Complementary color
Monochromatic Colors of #5C457F
Black with #5C457F
Text Example
Text Example
White with #5C457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C457F; }
p { color: rgb(92,69,127); }
H1.HeaderClassName
{
color: #5C457F;
}
.AnyTagClassName
{
color: #5C457F;
}
</style>
background-color css
<style>
a { background-color: #5C457F; }
a { background-color: rgb(92,69,127); }
div.DivClassName
{
background-color: #5C457F;
}
.BgClassName
{
background-color: #5C457F;
}
</style>
border-color css
<style>
span { border-color: #5C457F; }
span { border-color: rgb(92,69,127); }
td.TdClassName
{
border-color: #5C457F;
}
.TagClassName
{
border-color: #5C457F;
}
</style>