Shades of Gigas #5C4585
Tints of Gigas #5C4585
RGB
CMYK
RGB Variations
Color information
#5C4585 (or 0x5C4585) is known color: Gigas. HEX triplet: 5C, 45 and 85. RGB value is (92,69,133). Sum of RGB (Red+Green+Blue) = 92+69+133=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C4585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4585 is #A3BA7A. Grayscale: #525252. Windows color (decimal): -10730107 or 8734044. OLE color: 8734044.
HSL color Cylindrical-coordinate representation of color #5C4585: hue angle of 261.56º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C4585 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 69 | 133 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.48 |
| HSL | 261.56º | 0.32% | 0.4% | - |
| HSV(B) | 261.56º | 0.48% | 0.52% | - |
| XYZ | 10.78 | 8.23 | 23.21 | - |
| YUV | 83.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 133 | 0.31 | 0.48 | 0 | 0.48 | 261.56 | 0.32 | 0.4 |
| Hex | 5C | 45 | 85 | 1F | 30 | 0 | 30 | 106 | 20 | 28 |
| Octal | 134 | 105 | 205 | 37 | 60 | 0 | 60 | 406 | 40 | 50 |
| Binary | 1011100 | 1000101 | 10000101 | 11111 | 110000 | 0 | 110000 | 100000110 | 100000 | 101000 |
Color Harmonies of #5C4585
Complementary color
Monochromatic Colors of #5C4585
Black with #5C4585
Text Example
Text Example
White with #5C4585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4585; }
p { color: rgb(92,69,133); }
H1.HeaderClassName
{
color: #5C4585;
}
.AnyTagClassName
{
color: #5C4585;
}
</style>
background-color css
<style>
a { background-color: #5C4585; }
a { background-color: rgb(92,69,133); }
div.DivClassName
{
background-color: #5C4585;
}
.BgClassName
{
background-color: #5C4585;
}
</style>
border-color css
<style>
span { border-color: #5C4585; }
span { border-color: rgb(92,69,133); }
td.TdClassName
{
border-color: #5C4585;
}
.TagClassName
{
border-color: #5C4585;
}
</style>