Shades of Gigas #5A497E
Tints of Gigas #5A497E
RGB
CMYK
RGB Variations
Color information
#5A497E (or 0x5A497E) is known color: Gigas. HEX triplet: 5A, 49 and 7E. RGB value is (90,73,126). Sum of RGB (Red+Green+Blue) = 90+73+126=289 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.14% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 126 (49.61% from 255 or 43.60% from 289); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A497E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A497E is #A5B681. Grayscale: #535353. Windows color (decimal): -10860162 or 8276314. OLE color: 8276314.
HSL color Cylindrical-coordinate representation of color #5A497E: hue angle of 259.25º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A497E is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 73 | 126 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.51 |
| HSL | 259.25º | 0.27% | 0.39% | - |
| HSV(B) | 259.25º | 0.42% | 0.49% | - |
| XYZ | 10.36 | 8.45 | 20.82 | - |
| YUV | 84.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 126 | 0.29 | 0.42 | 0 | 0.51 | 259.25 | 0.27 | 0.39 |
| Hex | 5A | 49 | 7E | 1D | 2A | 0 | 33 | 103 | 1B | 27 |
| Octal | 132 | 111 | 176 | 35 | 52 | 0 | 63 | 403 | 33 | 47 |
| Binary | 1011010 | 1001001 | 1111110 | 11101 | 101010 | 0 | 110011 | 100000011 | 11011 | 100111 |
Color Harmonies of #5A497E
Complementary color
Monochromatic Colors of #5A497E
Black with #5A497E
Text Example
Text Example
White with #5A497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A497E; }
p { color: rgb(90,73,126); }
H1.HeaderClassName
{
color: #5A497E;
}
.AnyTagClassName
{
color: #5A497E;
}
</style>
background-color css
<style>
a { background-color: #5A497E; }
a { background-color: rgb(90,73,126); }
div.DivClassName
{
background-color: #5A497E;
}
.BgClassName
{
background-color: #5A497E;
}
</style>
border-color css
<style>
span { border-color: #5A497E; }
span { border-color: rgb(90,73,126); }
td.TdClassName
{
border-color: #5A497E;
}
.TagClassName
{
border-color: #5A497E;
}
</style>