Shades of Gigas #5A468F
Tints of Gigas #5A468F
RGB
CMYK
RGB Variations
Color information
#5A468F (or 0x5A468F) is known color: Gigas. HEX triplet: 5A, 46 and 8F. RGB value is (90,70,143). Sum of RGB (Red+Green+Blue) = 90+70+143=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A468F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A468F is #A5B970. Grayscale: #545454. Windows color (decimal): -10860913 or 9389658. OLE color: 9389658.
HSL color Cylindrical-coordinate representation of color #5A468F: hue angle of 256.44º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A468F is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 70 | 143 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.44 |
| HSL | 256.44º | 0.34% | 0.42% | - |
| HSV(B) | 256.44º | 0.51% | 0.56% | - |
| XYZ | 11.36 | 8.54 | 27.04 | - |
| YUV | 84.3 | 161.13 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 70 | 143 | 0.37 | 0.51 | 0 | 0.44 | 256.44 | 0.34 | 0.42 |
| Hex | 5A | 46 | 8F | 25 | 33 | 0 | 2C | 100 | 22 | 2A |
| Octal | 132 | 106 | 217 | 45 | 63 | 0 | 54 | 400 | 42 | 52 |
| Binary | 1011010 | 1000110 | 10001111 | 100101 | 110011 | 0 | 101100 | 100000000 | 100010 | 101010 |
Color Harmonies of #5A468F
Complementary color
Monochromatic Colors of #5A468F
Black with #5A468F
Text Example
Text Example
White with #5A468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A468F; }
p { color: rgb(90,70,143); }
H1.HeaderClassName
{
color: #5A468F;
}
.AnyTagClassName
{
color: #5A468F;
}
</style>
background-color css
<style>
a { background-color: #5A468F; }
a { background-color: rgb(90,70,143); }
div.DivClassName
{
background-color: #5A468F;
}
.BgClassName
{
background-color: #5A468F;
}
</style>
border-color css
<style>
span { border-color: #5A468F; }
span { border-color: rgb(90,70,143); }
td.TdClassName
{
border-color: #5A468F;
}
.TagClassName
{
border-color: #5A468F;
}
</style>