Shades of Gigas #5E4B8C
Tints of Gigas #5E4B8C
RGB
CMYK
RGB Variations
Color information
#5E4B8C (or 0x5E4B8C) is known color: Gigas. HEX triplet: 5E, 4B and 8C. RGB value is (94,75,140). Sum of RGB (Red+Green+Blue) = 94+75+140=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E4B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E4B8C is #A1B473. Grayscale: #575757. Windows color (decimal): -10597492 or 9194334. OLE color: 9194334.
HSL color Cylindrical-coordinate representation of color #5E4B8C: hue angle of 257.54º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E4B8C is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 75 | 140 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.45 |
| HSL | 257.54º | 0.3% | 0.42% | - |
| HSV(B) | 257.54º | 0.46% | 0.55% | - |
| XYZ | 11.87 | 9.31 | 25.98 | - |
| YUV | 88.09 | 157.29 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 75 | 140 | 0.33 | 0.46 | 0 | 0.45 | 257.54 | 0.3 | 0.42 |
| Hex | 5E | 4B | 8C | 21 | 2E | 0 | 2D | 102 | 1E | 2A |
| Octal | 136 | 113 | 214 | 41 | 56 | 0 | 55 | 402 | 36 | 52 |
| Binary | 1011110 | 1001011 | 10001100 | 100001 | 101110 | 0 | 101101 | 100000010 | 11110 | 101010 |
Color Harmonies of #5E4B8C
Complementary color
Monochromatic Colors of #5E4B8C
Black with #5E4B8C
Text Example
Text Example
White with #5E4B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4B8C; }
p { color: rgb(94,75,140); }
H1.HeaderClassName
{
color: #5E4B8C;
}
.AnyTagClassName
{
color: #5E4B8C;
}
</style>
background-color css
<style>
a { background-color: #5E4B8C; }
a { background-color: rgb(94,75,140); }
div.DivClassName
{
background-color: #5E4B8C;
}
.BgClassName
{
background-color: #5E4B8C;
}
</style>
border-color css
<style>
span { border-color: #5E4B8C; }
span { border-color: rgb(94,75,140); }
td.TdClassName
{
border-color: #5E4B8C;
}
.TagClassName
{
border-color: #5E4B8C;
}
</style>