Shades of Gigas #5C4584
Tints of Gigas #5C4584
RGB
CMYK
RGB Variations
Color information
#5C4584 (or 0x5C4584) is known color: Gigas. HEX triplet: 5C, 45 and 84. RGB value is (92,69,132). Sum of RGB (Red+Green+Blue) = 92+69+132=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C4584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4584 is #A3BA7B. Grayscale: #525252. Windows color (decimal): -10730108 or 8668508. OLE color: 8668508.
HSL color Cylindrical-coordinate representation of color #5C4584: hue angle of 261.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C4584 is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 69 | 132 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.48 |
| HSL | 261.9º | 0.31% | 0.39% | - |
| HSV(B) | 261.9º | 0.48% | 0.52% | - |
| XYZ | 10.71 | 8.2 | 22.85 | - |
| YUV | 83.06 | 155.62 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 132 | 0.30 | 0.48 | 0 | 0.48 | 261.9 | 0.31 | 0.39 |
| Hex | 5C | 45 | 84 | 1E | 30 | 0 | 30 | 106 | 1F | 27 |
| Octal | 134 | 105 | 204 | 36 | 60 | 0 | 60 | 406 | 37 | 47 |
| Binary | 1011100 | 1000101 | 10000100 | 11110 | 110000 | 0 | 110000 | 100000110 | 11111 | 100111 |
Color Harmonies of #5C4584
Complementary color
Monochromatic Colors of #5C4584
Black with #5C4584
Text Example
Text Example
White with #5C4584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4584; }
p { color: rgb(92,69,132); }
H1.HeaderClassName
{
color: #5C4584;
}
.AnyTagClassName
{
color: #5C4584;
}
</style>
background-color css
<style>
a { background-color: #5C4584; }
a { background-color: rgb(92,69,132); }
div.DivClassName
{
background-color: #5C4584;
}
.BgClassName
{
background-color: #5C4584;
}
</style>
border-color css
<style>
span { border-color: #5C4584; }
span { border-color: rgb(92,69,132); }
td.TdClassName
{
border-color: #5C4584;
}
.TagClassName
{
border-color: #5C4584;
}
</style>