Shades of Gigas #5B478E
Tints of Gigas #5B478E
RGB
CMYK
RGB Variations
Color information
#5B478E (or 0x5B478E) is known color: Gigas. HEX triplet: 5B, 47 and 8E. RGB value is (91,71,142). Sum of RGB (Red+Green+Blue) = 91+71+142=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B478E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B478E is #A4B871. Grayscale: #545454. Windows color (decimal): -10795122 or 9324379. OLE color: 9324379.
HSL color Cylindrical-coordinate representation of color #5B478E: hue angle of 256.9º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B478E is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 71 | 142 | - |
| CMYK | 0.36 | 0.5 | 0 | 0.44 |
| HSL | 256.9º | 0.33% | 0.42% | - |
| HSV(B) | 256.9º | 0.5% | 0.56% | - |
| XYZ | 11.45 | 8.68 | 26.66 | - |
| YUV | 85.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 142 | 0.36 | 0.5 | 0 | 0.44 | 256.9 | 0.33 | 0.42 |
| Hex | 5B | 47 | 8E | 24 | 32 | 0 | 2C | 101 | 21 | 2A |
| Octal | 133 | 107 | 216 | 44 | 62 | 0 | 54 | 401 | 41 | 52 |
| Binary | 1011011 | 1000111 | 10001110 | 100100 | 110010 | 0 | 101100 | 100000001 | 100001 | 101010 |
Color Harmonies of #5B478E
Complementary color
Monochromatic Colors of #5B478E
Black with #5B478E
Text Example
Text Example
White with #5B478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B478E; }
p { color: rgb(91,71,142); }
H1.HeaderClassName
{
color: #5B478E;
}
.AnyTagClassName
{
color: #5B478E;
}
</style>
background-color css
<style>
a { background-color: #5B478E; }
a { background-color: rgb(91,71,142); }
div.DivClassName
{
background-color: #5B478E;
}
.BgClassName
{
background-color: #5B478E;
}
</style>
border-color css
<style>
span { border-color: #5B478E; }
span { border-color: rgb(91,71,142); }
td.TdClassName
{
border-color: #5B478E;
}
.TagClassName
{
border-color: #5B478E;
}
</style>