Shades of Gigas #5E488A
Tints of Gigas #5E488A
RGB
CMYK
RGB Variations
Color information
#5E488A (or 0x5E488A) is known color: Gigas. HEX triplet: 5E, 48 and 8A. RGB value is (94,72,138). Sum of RGB (Red+Green+Blue) = 94+72+138=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 138 (54.30% from 255 or 45.39% from 304); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E488A is #A1B775. Grayscale: #555555. Windows color (decimal): -10598262 or 9062494. OLE color: 9062494.
HSL color Cylindrical-coordinate representation of color #5E488A: hue angle of 260º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E488A is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 94 | 72 | 138 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.46 |
| HSL | 260º | 0.31% | 0.41% | - |
| HSV(B) | 260º | 0.48% | 0.54% | - |
| XYZ | 11.52 | 8.85 | 25.15 | - |
| YUV | 86.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 138 | 0.32 | 0.48 | 0 | 0.46 | 260 | 0.31 | 0.41 |
| Hex | 5E | 48 | 8A | 20 | 30 | 0 | 2E | 104 | 1F | 29 |
| Octal | 136 | 110 | 212 | 40 | 60 | 0 | 56 | 404 | 37 | 51 |
| Binary | 1011110 | 1001000 | 10001010 | 100000 | 110000 | 0 | 101110 | 100000100 | 11111 | 101001 |
Color Harmonies of #5E488A
Complementary color
Monochromatic Colors of #5E488A
Black with #5E488A
Text Example
Text Example
White with #5E488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E488A; }
p { color: rgb(94,72,138); }
H1.HeaderClassName
{
color: #5E488A;
}
.AnyTagClassName
{
color: #5E488A;
}
</style>
background-color css
<style>
a { background-color: #5E488A; }
a { background-color: rgb(94,72,138); }
div.DivClassName
{
background-color: #5E488A;
}
.BgClassName
{
background-color: #5E488A;
}
</style>
border-color css
<style>
span { border-color: #5E488A; }
span { border-color: rgb(94,72,138); }
td.TdClassName
{
border-color: #5E488A;
}
.TagClassName
{
border-color: #5E488A;
}
</style>