Shades of Gigas #5C4885
Tints of Gigas #5C4885
RGB
CMYK
RGB Variations
Color information
#5C4885 (or 0x5C4885) is known color: Gigas. HEX triplet: 5C, 48 and 85. RGB value is (92,72,133). Sum of RGB (Red+Green+Blue) = 92+72+133=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 133 (52.34% from 255 or 44.78% from 297); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C4885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4885 is #A3B77A. Grayscale: #545454. Windows color (decimal): -10729339 or 8734812. OLE color: 8734812.
HSL color Cylindrical-coordinate representation of color #5C4885: hue angle of 259.67º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C4885 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 72 | 133 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.48 |
| HSL | 259.67º | 0.3% | 0.4% | - |
| HSV(B) | 259.67º | 0.46% | 0.52% | - |
| XYZ | 10.96 | 8.6 | 23.27 | - |
| YUV | 84.93 | 155.13 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 72 | 133 | 0.31 | 0.46 | 0 | 0.48 | 259.67 | 0.3 | 0.4 |
| Hex | 5C | 48 | 85 | 1F | 2E | 0 | 30 | 104 | 1E | 28 |
| Octal | 134 | 110 | 205 | 37 | 56 | 0 | 60 | 404 | 36 | 50 |
| Binary | 1011100 | 1001000 | 10000101 | 11111 | 101110 | 0 | 110000 | 100000100 | 11110 | 101000 |
Color Harmonies of #5C4885
Complementary color
Monochromatic Colors of #5C4885
Black with #5C4885
Text Example
Text Example
White with #5C4885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4885; }
p { color: rgb(92,72,133); }
H1.HeaderClassName
{
color: #5C4885;
}
.AnyTagClassName
{
color: #5C4885;
}
</style>
background-color css
<style>
a { background-color: #5C4885; }
a { background-color: rgb(92,72,133); }
div.DivClassName
{
background-color: #5C4885;
}
.BgClassName
{
background-color: #5C4885;
}
</style>
border-color css
<style>
span { border-color: #5C4885; }
span { border-color: rgb(92,72,133); }
td.TdClassName
{
border-color: #5C4885;
}
.TagClassName
{
border-color: #5C4885;
}
</style>