Shades of Gigas #5A4A93
Tints of Gigas #5A4A93
RGB
CMYK
RGB Variations
Color information
#5A4A93 (or 0x5A4A93) is known color: Gigas. HEX triplet: 5A, 4A and 93. RGB value is (90,74,147). Sum of RGB (Red+Green+Blue) = 90+74+147=311 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.94% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4A93 is #A5B56C. Grayscale: #565656. Windows color (decimal): -10859885 or 9652826. OLE color: 9652826.
HSL color Cylindrical-coordinate representation of color #5A4A93: hue angle of 253.15º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A4A93 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 74 | 147 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.42 |
| HSL | 253.15º | 0.33% | 0.43% | - |
| HSV(B) | 253.15º | 0.5% | 0.58% | - |
| XYZ | 11.93 | 9.18 | 28.75 | - |
| YUV | 87.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 74 | 147 | 0.39 | 0.50 | 0 | 0.42 | 253.15 | 0.33 | 0.43 |
| Hex | 5A | 4A | 93 | 27 | 32 | 0 | 2A | FD | 21 | 2B |
| Octal | 132 | 112 | 223 | 47 | 62 | 0 | 52 | 375 | 41 | 53 |
| Binary | 1011010 | 1001010 | 10010011 | 100111 | 110010 | 0 | 101010 | 11111101 | 100001 | 101011 |
Color Harmonies of #5A4A93
Complementary color
Monochromatic Colors of #5A4A93
Black with #5A4A93
Text Example
Text Example
White with #5A4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4A93; }
p { color: rgb(90,74,147); }
H1.HeaderClassName
{
color: #5A4A93;
}
.AnyTagClassName
{
color: #5A4A93;
}
</style>
background-color css
<style>
a { background-color: #5A4A93; }
a { background-color: rgb(90,74,147); }
div.DivClassName
{
background-color: #5A4A93;
}
.BgClassName
{
background-color: #5A4A93;
}
</style>
border-color css
<style>
span { border-color: #5A4A93; }
span { border-color: rgb(90,74,147); }
td.TdClassName
{
border-color: #5A4A93;
}
.TagClassName
{
border-color: #5A4A93;
}
</style>