Shades of Gigas #5B4A79
Tints of Gigas #5B4A79
RGB
CMYK
RGB Variations
Color information
#5B4A79 (or 0x5B4A79) is known color: Gigas. HEX triplet: 5B, 4A and 79. RGB value is (91,74,121). Sum of RGB (Red+Green+Blue) = 91+74+121=286 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.82% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 121 (47.66% from 255 or 42.31% from 286); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B4A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4A79 is #A4B586. Grayscale: #545454. Windows color (decimal): -10794375 or 7948891. OLE color: 7948891.
HSL color Cylindrical-coordinate representation of color #5B4A79: hue angle of 261.7º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B4A79 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 74 | 121 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.53 |
| HSL | 261.7º | 0.24% | 0.38% | - |
| HSV(B) | 261.7º | 0.39% | 0.47% | - |
| XYZ | 10.21 | 8.5 | 19.19 | - |
| YUV | 84.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 74 | 121 | 0.25 | 0.39 | 0 | 0.53 | 261.7 | 0.24 | 0.38 |
| Hex | 5B | 4A | 79 | 19 | 27 | 0 | 35 | 106 | 18 | 26 |
| Octal | 133 | 112 | 171 | 31 | 47 | 0 | 65 | 406 | 30 | 46 |
| Binary | 1011011 | 1001010 | 1111001 | 11001 | 100111 | 0 | 110101 | 100000110 | 11000 | 100110 |
Color Harmonies of #5B4A79
Complementary color
Monochromatic Colors of #5B4A79
Black with #5B4A79
Text Example
Text Example
White with #5B4A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4A79; }
p { color: rgb(91,74,121); }
H1.HeaderClassName
{
color: #5B4A79;
}
.AnyTagClassName
{
color: #5B4A79;
}
</style>
background-color css
<style>
a { background-color: #5B4A79; }
a { background-color: rgb(91,74,121); }
div.DivClassName
{
background-color: #5B4A79;
}
.BgClassName
{
background-color: #5B4A79;
}
</style>
border-color css
<style>
span { border-color: #5B4A79; }
span { border-color: rgb(91,74,121); }
td.TdClassName
{
border-color: #5B4A79;
}
.TagClassName
{
border-color: #5B4A79;
}
</style>