Shades of Gigas #5E4B7F
Tints of Gigas #5E4B7F
RGB
CMYK
RGB Variations
Color information
#5E4B7F (or 0x5E4B7F) is known color: Gigas. HEX triplet: 5E, 4B and 7F. RGB value is (94,75,127). Sum of RGB (Red+Green+Blue) = 94+75+127=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E4B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4B7F is #A1B480. Grayscale: #565656. Windows color (decimal): -10597505 or 8342366. OLE color: 8342366.
HSL color Cylindrical-coordinate representation of color #5E4B7F: hue angle of 261.92º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E4B7F is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 75 | 127 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.50 |
| HSL | 261.92º | 0.26% | 0.4% | - |
| HSV(B) | 261.92º | 0.41% | 0.5% | - |
| XYZ | 10.96 | 8.94 | 21.23 | - |
| YUV | 86.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 75 | 127 | 0.26 | 0.41 | 0 | 0.50 | 261.92 | 0.26 | 0.4 |
| Hex | 5E | 4B | 7F | 1A | 29 | 0 | 32 | 106 | 1A | 28 |
| Octal | 136 | 113 | 177 | 32 | 51 | 0 | 62 | 406 | 32 | 50 |
| Binary | 1011110 | 1001011 | 1111111 | 11010 | 101001 | 0 | 110010 | 100000110 | 11010 | 101000 |
Color Harmonies of #5E4B7F
Complementary color
Monochromatic Colors of #5E4B7F
Black with #5E4B7F
Text Example
Text Example
White with #5E4B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4B7F; }
p { color: rgb(94,75,127); }
H1.HeaderClassName
{
color: #5E4B7F;
}
.AnyTagClassName
{
color: #5E4B7F;
}
</style>
background-color css
<style>
a { background-color: #5E4B7F; }
a { background-color: rgb(94,75,127); }
div.DivClassName
{
background-color: #5E4B7F;
}
.BgClassName
{
background-color: #5E4B7F;
}
</style>
border-color css
<style>
span { border-color: #5E4B7F; }
span { border-color: rgb(94,75,127); }
td.TdClassName
{
border-color: #5E4B7F;
}
.TagClassName
{
border-color: #5E4B7F;
}
</style>