Shades of Gigas #5E498B
Tints of Gigas #5E498B
RGB
CMYK
RGB Variations
Color information
#5E498B (or 0x5E498B) is known color: Gigas. HEX triplet: 5E, 49 and 8B. RGB value is (94,73,139). Sum of RGB (Red+Green+Blue) = 94+73+139=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E498B is #A1B674. Grayscale: #565656. Windows color (decimal): -10598005 or 9128286. OLE color: 9128286.
HSL color Cylindrical-coordinate representation of color #5E498B: hue angle of 259.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E498B is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 73 | 139 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.45 |
| HSL | 259.09º | 0.31% | 0.42% | - |
| HSV(B) | 259.09º | 0.47% | 0.55% | - |
| XYZ | 11.66 | 9.01 | 25.55 | - |
| YUV | 86.8 | 157.46 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 139 | 0.32 | 0.47 | 0 | 0.45 | 259.09 | 0.31 | 0.42 |
| Hex | 5E | 49 | 8B | 20 | 2F | 0 | 2D | 103 | 1F | 2A |
| Octal | 136 | 111 | 213 | 40 | 57 | 0 | 55 | 403 | 37 | 52 |
| Binary | 1011110 | 1001001 | 10001011 | 100000 | 101111 | 0 | 101101 | 100000011 | 11111 | 101010 |
Color Harmonies of #5E498B
Complementary color
Monochromatic Colors of #5E498B
Black with #5E498B
Text Example
Text Example
White with #5E498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E498B; }
p { color: rgb(94,73,139); }
H1.HeaderClassName
{
color: #5E498B;
}
.AnyTagClassName
{
color: #5E498B;
}
</style>
background-color css
<style>
a { background-color: #5E498B; }
a { background-color: rgb(94,73,139); }
div.DivClassName
{
background-color: #5E498B;
}
.BgClassName
{
background-color: #5E498B;
}
</style>
border-color css
<style>
span { border-color: #5E498B; }
span { border-color: rgb(94,73,139); }
td.TdClassName
{
border-color: #5E498B;
}
.TagClassName
{
border-color: #5E498B;
}
</style>