Shades of Gigas #5A457C
Tints of Gigas #5A457C
RGB
CMYK
RGB Variations
Color information
#5A457C (or 0x5A457C) is known color: Gigas. HEX triplet: 5A, 45 and 7C. RGB value is (90,69,124). Sum of RGB (Red+Green+Blue) = 90+69+124=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A457C is #A5BA83. Grayscale: #515151. Windows color (decimal): -10861188 or 8144218. OLE color: 8144218.
HSL color Cylindrical-coordinate representation of color #5A457C: hue angle of 262.91º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A457C is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 69 | 124 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.51 |
| HSL | 262.91º | 0.28% | 0.38% | - |
| HSV(B) | 262.91º | 0.44% | 0.49% | - |
| XYZ | 9.98 | 7.89 | 20.06 | - |
| YUV | 81.55 | 151.96 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 69 | 124 | 0.27 | 0.44 | 0 | 0.51 | 262.91 | 0.28 | 0.38 |
| Hex | 5A | 45 | 7C | 1B | 2C | 0 | 33 | 107 | 1C | 26 |
| Octal | 132 | 105 | 174 | 33 | 54 | 0 | 63 | 407 | 34 | 46 |
| Binary | 1011010 | 1000101 | 1111100 | 11011 | 101100 | 0 | 110011 | 100000111 | 11100 | 100110 |
Color Harmonies of #5A457C
Complementary color
Monochromatic Colors of #5A457C
Black with #5A457C
Text Example
Text Example
White with #5A457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A457C; }
p { color: rgb(90,69,124); }
H1.HeaderClassName
{
color: #5A457C;
}
.AnyTagClassName
{
color: #5A457C;
}
</style>
background-color css
<style>
a { background-color: #5A457C; }
a { background-color: rgb(90,69,124); }
div.DivClassName
{
background-color: #5A457C;
}
.BgClassName
{
background-color: #5A457C;
}
</style>
border-color css
<style>
span { border-color: #5A457C; }
span { border-color: rgb(90,69,124); }
td.TdClassName
{
border-color: #5A457C;
}
.TagClassName
{
border-color: #5A457C;
}
</style>