Shades of Gigas #5E4888
Tints of Gigas #5E4888
RGB
CMYK
RGB Variations
Color information
#5E4888 (or 0x5E4888) is known color: Gigas. HEX triplet: 5E, 48 and 88. RGB value is (94,72,136). Sum of RGB (Red+Green+Blue) = 94+72+136=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 136 - color contains mainly: blue. Hex color #5E4888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4888 is #A1B777. Grayscale: #555555. Windows color (decimal): -10598264 or 8931422. OLE color: 8931422.
HSL color Cylindrical-coordinate representation of color #5E4888: hue angle of 260.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E4888 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 94 | 72 | 136 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.47 |
| HSL | 260.63º | 0.31% | 0.41% | - |
| HSV(B) | 260.63º | 0.47% | 0.53% | - |
| XYZ | 11.38 | 8.79 | 24.39 | - |
| YUV | 85.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 136 | 0.31 | 0.47 | 0 | 0.47 | 260.63 | 0.31 | 0.41 |
| Hex | 5E | 48 | 88 | 1F | 2F | 0 | 2F | 105 | 1F | 29 |
| Octal | 136 | 110 | 210 | 37 | 57 | 0 | 57 | 405 | 37 | 51 |
| Binary | 1011110 | 1001000 | 10001000 | 11111 | 101111 | 0 | 101111 | 100000101 | 11111 | 101001 |
Color Harmonies of #5E4888
Complementary color
Monochromatic Colors of #5E4888
Black with #5E4888
Text Example
Text Example
White with #5E4888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4888; }
p { color: rgb(94,72,136); }
H1.HeaderClassName
{
color: #5E4888;
}
.AnyTagClassName
{
color: #5E4888;
}
</style>
background-color css
<style>
a { background-color: #5E4888; }
a { background-color: rgb(94,72,136); }
div.DivClassName
{
background-color: #5E4888;
}
.BgClassName
{
background-color: #5E4888;
}
</style>
border-color css
<style>
span { border-color: #5E4888; }
span { border-color: rgb(94,72,136); }
td.TdClassName
{
border-color: #5E4888;
}
.TagClassName
{
border-color: #5E4888;
}
</style>