Shades of Gigas #5C4583
Tints of Gigas #5C4583
RGB
CMYK
RGB Variations
Color information
#5C4583 (or 0x5C4583) is known color: Gigas. HEX triplet: 5C, 45 and 83. RGB value is (92,69,131). Sum of RGB (Red+Green+Blue) = 92+69+131=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C4583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4583 is #A3BA7C. Grayscale: #525252. Windows color (decimal): -10730109 or 8602972. OLE color: 8602972.
HSL color Cylindrical-coordinate representation of color #5C4583: hue angle of 262.26º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C4583 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 69 | 131 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.49 |
| HSL | 262.26º | 0.31% | 0.39% | - |
| HSV(B) | 262.26º | 0.47% | 0.51% | - |
| XYZ | 10.64 | 8.17 | 22.49 | - |
| YUV | 82.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 131 | 0.30 | 0.47 | 0 | 0.49 | 262.26 | 0.31 | 0.39 |
| Hex | 5C | 45 | 83 | 1E | 2F | 0 | 31 | 106 | 1F | 27 |
| Octal | 134 | 105 | 203 | 36 | 57 | 0 | 61 | 406 | 37 | 47 |
| Binary | 1011100 | 1000101 | 10000011 | 11110 | 101111 | 0 | 110001 | 100000110 | 11111 | 100111 |
Color Harmonies of #5C4583
Complementary color
Monochromatic Colors of #5C4583
Black with #5C4583
Text Example
Text Example
White with #5C4583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4583; }
p { color: rgb(92,69,131); }
H1.HeaderClassName
{
color: #5C4583;
}
.AnyTagClassName
{
color: #5C4583;
}
</style>
background-color css
<style>
a { background-color: #5C4583; }
a { background-color: rgb(92,69,131); }
div.DivClassName
{
background-color: #5C4583;
}
.BgClassName
{
background-color: #5C4583;
}
</style>
border-color css
<style>
span { border-color: #5C4583; }
span { border-color: rgb(92,69,131); }
td.TdClassName
{
border-color: #5C4583;
}
.TagClassName
{
border-color: #5C4583;
}
</style>