Shades of Gigas #5E487F
Tints of Gigas #5E487F
RGB
CMYK
RGB Variations
Color information
#5E487F (or 0x5E487F) is known color: Gigas. HEX triplet: 5E, 48 and 7F. RGB value is (94,72,127). Sum of RGB (Red+Green+Blue) = 94+72+127=293 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.08% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E487F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E487F is #A1B780. Grayscale: #545454. Windows color (decimal): -10598273 or 8341598. OLE color: 8341598.
HSL color Cylindrical-coordinate representation of color #5E487F: hue angle of 264º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E487F is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 94 | 72 | 127 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.50 |
| HSL | 264º | 0.28% | 0.39% | - |
| HSV(B) | 264º | 0.43% | 0.5% | - |
| XYZ | 10.76 | 8.55 | 21.16 | - |
| YUV | 84.85 | 151.79 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 127 | 0.26 | 0.43 | 0 | 0.50 | 264 | 0.28 | 0.39 |
| Hex | 5E | 48 | 7F | 1A | 2B | 0 | 32 | 108 | 1C | 27 |
| Octal | 136 | 110 | 177 | 32 | 53 | 0 | 62 | 410 | 34 | 47 |
| Binary | 1011110 | 1001000 | 1111111 | 11010 | 101011 | 0 | 110010 | 100001000 | 11100 | 100111 |
Color Harmonies of #5E487F
Complementary color
Monochromatic Colors of #5E487F
Black with #5E487F
Text Example
Text Example
White with #5E487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E487F; }
p { color: rgb(94,72,127); }
H1.HeaderClassName
{
color: #5E487F;
}
.AnyTagClassName
{
color: #5E487F;
}
</style>
background-color css
<style>
a { background-color: #5E487F; }
a { background-color: rgb(94,72,127); }
div.DivClassName
{
background-color: #5E487F;
}
.BgClassName
{
background-color: #5E487F;
}
</style>
border-color css
<style>
span { border-color: #5E487F; }
span { border-color: rgb(94,72,127); }
td.TdClassName
{
border-color: #5E487F;
}
.TagClassName
{
border-color: #5E487F;
}
</style>