Shades of Gigas #5B4A93
Tints of Gigas #5B4A93
RGB
CMYK
RGB Variations
Color information
#5B4A93 (or 0x5B4A93) is known color: Gigas. HEX triplet: 5B, 4A and 93. RGB value is (91,74,147). Sum of RGB (Red+Green+Blue) = 91+74+147=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4A93 is #A4B56C. Grayscale: #575757. Windows color (decimal): -10794349 or 9652827. OLE color: 9652827.
HSL color Cylindrical-coordinate representation of color #5B4A93: hue angle of 253.97º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B4A93 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 74 | 147 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.42 |
| HSL | 253.97º | 0.33% | 0.43% | - |
| HSV(B) | 253.97º | 0.5% | 0.58% | - |
| XYZ | 12.03 | 9.23 | 28.75 | - |
| YUV | 87.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 74 | 147 | 0.38 | 0.50 | 0 | 0.42 | 253.97 | 0.33 | 0.43 |
| Hex | 5B | 4A | 93 | 26 | 32 | 0 | 2A | FE | 21 | 2B |
| Octal | 133 | 112 | 223 | 46 | 62 | 0 | 52 | 376 | 41 | 53 |
| Binary | 1011011 | 1001010 | 10010011 | 100110 | 110010 | 0 | 101010 | 11111110 | 100001 | 101011 |
Color Harmonies of #5B4A93
Complementary color
Monochromatic Colors of #5B4A93
Black with #5B4A93
Text Example
Text Example
White with #5B4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4A93; }
p { color: rgb(91,74,147); }
H1.HeaderClassName
{
color: #5B4A93;
}
.AnyTagClassName
{
color: #5B4A93;
}
</style>
background-color css
<style>
a { background-color: #5B4A93; }
a { background-color: rgb(91,74,147); }
div.DivClassName
{
background-color: #5B4A93;
}
.BgClassName
{
background-color: #5B4A93;
}
</style>
border-color css
<style>
span { border-color: #5B4A93; }
span { border-color: rgb(91,74,147); }
td.TdClassName
{
border-color: #5B4A93;
}
.TagClassName
{
border-color: #5B4A93;
}
</style>