Shades of Gigas #5E497F
Tints of Gigas #5E497F
RGB
CMYK
RGB Variations
Color information
#5E497F (or 0x5E497F) is known color: Gigas. HEX triplet: 5E, 49 and 7F. RGB value is (94,73,127). Sum of RGB (Red+Green+Blue) = 94+73+127=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E497F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E497F is #A1B680. Grayscale: #555555. Windows color (decimal): -10598017 or 8341854. OLE color: 8341854.
HSL color Cylindrical-coordinate representation of color #5E497F: hue angle of 263.33º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E497F is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 73 | 127 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.50 |
| HSL | 263.33º | 0.27% | 0.39% | - |
| HSV(B) | 263.33º | 0.43% | 0.5% | - |
| XYZ | 10.83 | 8.68 | 21.18 | - |
| YUV | 85.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 127 | 0.26 | 0.43 | 0 | 0.50 | 263.33 | 0.27 | 0.39 |
| Hex | 5E | 49 | 7F | 1A | 2B | 0 | 32 | 107 | 1B | 27 |
| Octal | 136 | 111 | 177 | 32 | 53 | 0 | 62 | 407 | 33 | 47 |
| Binary | 1011110 | 1001001 | 1111111 | 11010 | 101011 | 0 | 110010 | 100000111 | 11011 | 100111 |
Color Harmonies of #5E497F
Complementary color
Monochromatic Colors of #5E497F
Black with #5E497F
Text Example
Text Example
White with #5E497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E497F; }
p { color: rgb(94,73,127); }
H1.HeaderClassName
{
color: #5E497F;
}
.AnyTagClassName
{
color: #5E497F;
}
</style>
background-color css
<style>
a { background-color: #5E497F; }
a { background-color: rgb(94,73,127); }
div.DivClassName
{
background-color: #5E497F;
}
.BgClassName
{
background-color: #5E497F;
}
</style>
border-color css
<style>
span { border-color: #5E497F; }
span { border-color: rgb(94,73,127); }
td.TdClassName
{
border-color: #5E497F;
}
.TagClassName
{
border-color: #5E497F;
}
</style>