Shades of Gigas #5C4582
Tints of Gigas #5C4582
RGB
CMYK
RGB Variations
Color information
#5C4582 (or 0x5C4582) is known color: Gigas. HEX triplet: 5C, 45 and 82. RGB value is (92,69,130). Sum of RGB (Red+Green+Blue) = 92+69+130=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C4582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4582 is #A3BA7D. Grayscale: #525252. Windows color (decimal): -10730110 or 8537436. OLE color: 8537436.
HSL color Cylindrical-coordinate representation of color #5C4582: hue angle of 262.62º 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 #5C4582 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 69 | 130 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.49 |
| HSL | 262.62º | 0.31% | 0.39% | - |
| HSV(B) | 262.62º | 0.47% | 0.51% | - |
| XYZ | 10.57 | 8.14 | 22.13 | - |
| YUV | 82.83 | 154.62 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 130 | 0.29 | 0.47 | 0 | 0.49 | 262.62 | 0.31 | 0.39 |
| Hex | 5C | 45 | 82 | 1D | 2F | 0 | 31 | 107 | 1F | 27 |
| Octal | 134 | 105 | 202 | 35 | 57 | 0 | 61 | 407 | 37 | 47 |
| Binary | 1011100 | 1000101 | 10000010 | 11101 | 101111 | 0 | 110001 | 100000111 | 11111 | 100111 |
Color Harmonies of #5C4582
Complementary color
Monochromatic Colors of #5C4582
Black with #5C4582
Text Example
Text Example
White with #5C4582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4582; }
p { color: rgb(92,69,130); }
H1.HeaderClassName
{
color: #5C4582;
}
.AnyTagClassName
{
color: #5C4582;
}
</style>
background-color css
<style>
a { background-color: #5C4582; }
a { background-color: rgb(92,69,130); }
div.DivClassName
{
background-color: #5C4582;
}
.BgClassName
{
background-color: #5C4582;
}
</style>
border-color css
<style>
span { border-color: #5C4582; }
span { border-color: rgb(92,69,130); }
td.TdClassName
{
border-color: #5C4582;
}
.TagClassName
{
border-color: #5C4582;
}
</style>