Shades of Gigas #5B478D
Tints of Gigas #5B478D
RGB
CMYK
RGB Variations
Color information
#5B478D (or 0x5B478D) is known color: Gigas. HEX triplet: 5B, 47 and 8D. RGB value is (91,71,141). Sum of RGB (Red+Green+Blue) = 91+71+141=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B478D is #A4B872. Grayscale: #545454. Windows color (decimal): -10795123 or 9258843. OLE color: 9258843.
HSL color Cylindrical-coordinate representation of color #5B478D: hue angle of 257.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B478D is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 91 | 71 | 141 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.45 |
| HSL | 257.14º | 0.33% | 0.42% | - |
| HSV(B) | 257.14º | 0.5% | 0.55% | - |
| XYZ | 11.38 | 8.65 | 26.27 | - |
| YUV | 84.96 | 159.63 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 71 | 141 | 0.35 | 0.50 | 0 | 0.45 | 257.14 | 0.33 | 0.42 |
| Hex | 5B | 47 | 8D | 23 | 32 | 0 | 2D | 101 | 21 | 2A |
| Octal | 133 | 107 | 215 | 43 | 62 | 0 | 55 | 401 | 41 | 52 |
| Binary | 1011011 | 1000111 | 10001101 | 100011 | 110010 | 0 | 101101 | 100000001 | 100001 | 101010 |
Color Harmonies of #5B478D
Complementary color
Monochromatic Colors of #5B478D
Black with #5B478D
Text Example
Text Example
White with #5B478D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B478D; }
p { color: rgb(91,71,141); }
H1.HeaderClassName
{
color: #5B478D;
}
.AnyTagClassName
{
color: #5B478D;
}
</style>
background-color css
<style>
a { background-color: #5B478D; }
a { background-color: rgb(91,71,141); }
div.DivClassName
{
background-color: #5B478D;
}
.BgClassName
{
background-color: #5B478D;
}
</style>
border-color css
<style>
span { border-color: #5B478D; }
span { border-color: rgb(91,71,141); }
td.TdClassName
{
border-color: #5B478D;
}
.TagClassName
{
border-color: #5B478D;
}
</style>