Shades of Gigas #5B487C
Tints of Gigas #5B487C
RGB
CMYK
RGB Variations
Color information
#5B487C (or 0x5B487C) is known color: Gigas. HEX triplet: 5B, 48 and 7C. RGB value is (91,72,124). Sum of RGB (Red+Green+Blue) = 91+72+124=287 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.71% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B487C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B487C is #A4B783. Grayscale: #535353. Windows color (decimal): -10794884 or 8144987. OLE color: 8144987.
HSL color Cylindrical-coordinate representation of color #5B487C: hue angle of 261.92º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B487C is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 72 | 124 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.51 |
| HSL | 261.92º | 0.27% | 0.38% | - |
| HSV(B) | 261.92º | 0.42% | 0.49% | - |
| XYZ | 10.27 | 8.31 | 20.13 | - |
| YUV | 83.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 72 | 124 | 0.27 | 0.42 | 0 | 0.51 | 261.92 | 0.27 | 0.38 |
| Hex | 5B | 48 | 7C | 1B | 2A | 0 | 33 | 106 | 1B | 26 |
| Octal | 133 | 110 | 174 | 33 | 52 | 0 | 63 | 406 | 33 | 46 |
| Binary | 1011011 | 1001000 | 1111100 | 11011 | 101010 | 0 | 110011 | 100000110 | 11011 | 100110 |
Color Harmonies of #5B487C
Complementary color
Monochromatic Colors of #5B487C
Black with #5B487C
Text Example
Text Example
White with #5B487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B487C; }
p { color: rgb(91,72,124); }
H1.HeaderClassName
{
color: #5B487C;
}
.AnyTagClassName
{
color: #5B487C;
}
</style>
background-color css
<style>
a { background-color: #5B487C; }
a { background-color: rgb(91,72,124); }
div.DivClassName
{
background-color: #5B487C;
}
.BgClassName
{
background-color: #5B487C;
}
</style>
border-color css
<style>
span { border-color: #5B487C; }
span { border-color: rgb(91,72,124); }
td.TdClassName
{
border-color: #5B487C;
}
.TagClassName
{
border-color: #5B487C;
}
</style>