Shades of Gigas #5A498D
Tints of Gigas #5A498D
RGB
CMYK
RGB Variations
Color information
#5A498D (or 0x5A498D) is known color: Gigas. HEX triplet: 5A, 49 and 8D. RGB value is (90,73,141). Sum of RGB (Red+Green+Blue) = 90+73+141=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A498D is #A5B672. Grayscale: #555555. Windows color (decimal): -10860147 or 9259354. OLE color: 9259354.
HSL color Cylindrical-coordinate representation of color #5A498D: hue angle of 255º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A498D is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 73 | 141 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.45 |
| HSL | 255º | 0.32% | 0.42% | - |
| HSV(B) | 255º | 0.48% | 0.55% | - |
| XYZ | 11.41 | 8.86 | 26.31 | - |
| YUV | 85.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 73 | 141 | 0.36 | 0.48 | 0 | 0.45 | 255 | 0.32 | 0.42 |
| Hex | 5A | 49 | 8D | 24 | 30 | 0 | 2D | FF | 20 | 2A |
| Octal | 132 | 111 | 215 | 44 | 60 | 0 | 55 | 377 | 40 | 52 |
| Binary | 1011010 | 1001001 | 10001101 | 100100 | 110000 | 0 | 101101 | 11111111 | 100000 | 101010 |
Color Harmonies of #5A498D
Complementary color
Monochromatic Colors of #5A498D
Black with #5A498D
Text Example
Text Example
White with #5A498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A498D; }
p { color: rgb(90,73,141); }
H1.HeaderClassName
{
color: #5A498D;
}
.AnyTagClassName
{
color: #5A498D;
}
</style>
background-color css
<style>
a { background-color: #5A498D; }
a { background-color: rgb(90,73,141); }
div.DivClassName
{
background-color: #5A498D;
}
.BgClassName
{
background-color: #5A498D;
}
</style>
border-color css
<style>
span { border-color: #5A498D; }
span { border-color: rgb(90,73,141); }
td.TdClassName
{
border-color: #5A498D;
}
.TagClassName
{
border-color: #5A498D;
}
</style>