Shades of Gigas #5A4A79
Tints of Gigas #5A4A79
RGB
CMYK
RGB Variations
Color information
#5A4A79 (or 0x5A4A79) is known color: Gigas. HEX triplet: 5A, 4A and 79. RGB value is (90,74,121). Sum of RGB (Red+Green+Blue) = 90+74+121=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 121 - color contains mainly: blue. Hex color #5A4A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4A79 is #A5B586. Grayscale: #535353. Windows color (decimal): -10859911 or 7948890. OLE color: 7948890.
HSL color Cylindrical-coordinate representation of color #5A4A79: hue angle of 260.43º 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 #5A4A79 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 90 | 74 | 121 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.53 |
| HSL | 260.43º | 0.24% | 0.38% | - |
| HSV(B) | 260.43º | 0.39% | 0.47% | - |
| XYZ | 10.12 | 8.45 | 19.19 | - |
| YUV | 84.14 | 148.8 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 121 | 0.26 | 0.39 | 0 | 0.53 | 260.43 | 0.24 | 0.38 |
| Hex | 5A | 4A | 79 | 1A | 27 | 0 | 35 | 104 | 18 | 26 |
| Octal | 132 | 112 | 171 | 32 | 47 | 0 | 65 | 404 | 30 | 46 |
| Binary | 1011010 | 1001010 | 1111001 | 11010 | 100111 | 0 | 110101 | 100000100 | 11000 | 100110 |
Color Harmonies of #5A4A79
Complementary color
Monochromatic Colors of #5A4A79
Black with #5A4A79
Text Example
Text Example
White with #5A4A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A79; }
p { color: rgb(90,74,121); }
H1.HeaderClassName
{
color: #5A4A79;
}
.AnyTagClassName
{
color: #5A4A79;
}
</style>
background-color css
<style>
a { background-color: #5A4A79; }
a { background-color: rgb(90,74,121); }
div.DivClassName
{
background-color: #5A4A79;
}
.BgClassName
{
background-color: #5A4A79;
}
</style>
border-color css
<style>
span { border-color: #5A4A79; }
span { border-color: rgb(90,74,121); }
td.TdClassName
{
border-color: #5A4A79;
}
.TagClassName
{
border-color: #5A4A79;
}
</style>