Shades of Gigas #5E497B
Tints of Gigas #5E497B
RGB
CMYK
RGB Variations
Color information
#5E497B (or 0x5E497B) is known color: Gigas. HEX triplet: 5E, 49 and 7B. RGB value is (94,73,123). Sum of RGB (Red+Green+Blue) = 94+73+123=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E497B is #A1B684. Grayscale: #545454. Windows color (decimal): -10598021 or 8079710. OLE color: 8079710.
HSL color Cylindrical-coordinate representation of color #5E497B: hue angle of 265.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E497B is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 94 | 73 | 123 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.52 |
| HSL | 265.2º | 0.26% | 0.38% | - |
| HSV(B) | 265.2º | 0.41% | 0.48% | - |
| XYZ | 10.57 | 8.57 | 19.84 | - |
| YUV | 84.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 123 | 0.24 | 0.41 | 0 | 0.52 | 265.2 | 0.26 | 0.38 |
| Hex | 5E | 49 | 7B | 18 | 29 | 0 | 34 | 109 | 1A | 26 |
| Octal | 136 | 111 | 173 | 30 | 51 | 0 | 64 | 411 | 32 | 46 |
| Binary | 1011110 | 1001001 | 1111011 | 11000 | 101001 | 0 | 110100 | 100001001 | 11010 | 100110 |
Color Harmonies of #5E497B
Complementary color
Monochromatic Colors of #5E497B
Black with #5E497B
Text Example
Text Example
White with #5E497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E497B; }
p { color: rgb(94,73,123); }
H1.HeaderClassName
{
color: #5E497B;
}
.AnyTagClassName
{
color: #5E497B;
}
</style>
background-color css
<style>
a { background-color: #5E497B; }
a { background-color: rgb(94,73,123); }
div.DivClassName
{
background-color: #5E497B;
}
.BgClassName
{
background-color: #5E497B;
}
</style>
border-color css
<style>
span { border-color: #5E497B; }
span { border-color: rgb(94,73,123); }
td.TdClassName
{
border-color: #5E497B;
}
.TagClassName
{
border-color: #5E497B;
}
</style>