Shades of Gigas #5E4D87
Tints of Gigas #5E4D87
RGB
CMYK
RGB Variations
Color information
#5E4D87 (or 0x5E4D87) is known color: Gigas. HEX triplet: 5E, 4D and 87. RGB value is (94,77,135). Sum of RGB (Red+Green+Blue) = 94+77+135=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 135 (53.12% from 255 or 44.12% from 306); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E4D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E4D87 is #A1B278. Grayscale: #585858. Windows color (decimal): -10596985 or 8867166. OLE color: 8867166.
HSL color Cylindrical-coordinate representation of color #5E4D87: hue angle of 257.59º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E4D87 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 77 | 135 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.47 |
| HSL | 257.59º | 0.27% | 0.42% | - |
| HSV(B) | 257.59º | 0.43% | 0.53% | - |
| XYZ | 11.64 | 9.44 | 24.13 | - |
| YUV | 88.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 77 | 135 | 0.30 | 0.43 | 0 | 0.47 | 257.59 | 0.27 | 0.42 |
| Hex | 5E | 4D | 87 | 1E | 2B | 0 | 2F | 102 | 1B | 2A |
| Octal | 136 | 115 | 207 | 36 | 53 | 0 | 57 | 402 | 33 | 52 |
| Binary | 1011110 | 1001101 | 10000111 | 11110 | 101011 | 0 | 101111 | 100000010 | 11011 | 101010 |
Color Harmonies of #5E4D87
Complementary color
Monochromatic Colors of #5E4D87
Black with #5E4D87
Text Example
Text Example
White with #5E4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4D87; }
p { color: rgb(94,77,135); }
H1.HeaderClassName
{
color: #5E4D87;
}
.AnyTagClassName
{
color: #5E4D87;
}
</style>
background-color css
<style>
a { background-color: #5E4D87; }
a { background-color: rgb(94,77,135); }
div.DivClassName
{
background-color: #5E4D87;
}
.BgClassName
{
background-color: #5E4D87;
}
</style>
border-color css
<style>
span { border-color: #5E4D87; }
span { border-color: rgb(94,77,135); }
td.TdClassName
{
border-color: #5E4D87;
}
.TagClassName
{
border-color: #5E4D87;
}
</style>