Shades of Gigas #5B497C
Tints of Gigas #5B497C
RGB
CMYK
RGB Variations
Color information
#5B497C (or 0x5B497C) is known color: Gigas. HEX triplet: 5B, 49 and 7C. RGB value is (91,73,124). Sum of RGB (Red+Green+Blue) = 91+73+124=288 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.60% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B497C is #A4B683. Grayscale: #545454. Windows color (decimal): -10794628 or 8145243. OLE color: 8145243.
HSL color Cylindrical-coordinate representation of color #5B497C: hue angle of 261.18º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B497C is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 73 | 124 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.51 |
| HSL | 261.18º | 0.26% | 0.39% | - |
| HSV(B) | 261.18º | 0.41% | 0.49% | - |
| XYZ | 10.34 | 8.44 | 20.15 | - |
| YUV | 84.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 73 | 124 | 0.27 | 0.41 | 0 | 0.51 | 261.18 | 0.26 | 0.39 |
| Hex | 5B | 49 | 7C | 1B | 29 | 0 | 33 | 105 | 1A | 27 |
| Octal | 133 | 111 | 174 | 33 | 51 | 0 | 63 | 405 | 32 | 47 |
| Binary | 1011011 | 1001001 | 1111100 | 11011 | 101001 | 0 | 110011 | 100000101 | 11010 | 100111 |
Color Harmonies of #5B497C
Complementary color
Monochromatic Colors of #5B497C
Black with #5B497C
Text Example
Text Example
White with #5B497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B497C; }
p { color: rgb(91,73,124); }
H1.HeaderClassName
{
color: #5B497C;
}
.AnyTagClassName
{
color: #5B497C;
}
</style>
background-color css
<style>
a { background-color: #5B497C; }
a { background-color: rgb(91,73,124); }
div.DivClassName
{
background-color: #5B497C;
}
.BgClassName
{
background-color: #5B497C;
}
</style>
border-color css
<style>
span { border-color: #5B497C; }
span { border-color: rgb(91,73,124); }
td.TdClassName
{
border-color: #5B497C;
}
.TagClassName
{
border-color: #5B497C;
}
</style>