Shades of Gigas #5A477D
Tints of Gigas #5A477D
RGB
CMYK
RGB Variations
Color information
#5A477D (or 0x5A477D) is known color: Gigas. HEX triplet: 5A, 47 and 7D. RGB value is (90,71,125). Sum of RGB (Red+Green+Blue) = 90+71+125=286 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.47% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #5A477D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A477D is #A5B882. Grayscale: #525252. Windows color (decimal): -10860675 or 8210266. OLE color: 8210266.
HSL color Cylindrical-coordinate representation of color #5A477D: hue angle of 261.11º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A477D is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 71 | 125 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.51 |
| HSL | 261.11º | 0.28% | 0.38% | - |
| HSV(B) | 261.11º | 0.43% | 0.49% | - |
| XYZ | 10.17 | 8.16 | 20.44 | - |
| YUV | 82.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 125 | 0.28 | 0.43 | 0 | 0.51 | 261.11 | 0.28 | 0.38 |
| Hex | 5A | 47 | 7D | 1C | 2B | 0 | 33 | 105 | 1C | 26 |
| Octal | 132 | 107 | 175 | 34 | 53 | 0 | 63 | 405 | 34 | 46 |
| Binary | 1011010 | 1000111 | 1111101 | 11100 | 101011 | 0 | 110011 | 100000101 | 11100 | 100110 |
Color Harmonies of #5A477D
Complementary color
Monochromatic Colors of #5A477D
Black with #5A477D
Text Example
Text Example
White with #5A477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A477D; }
p { color: rgb(90,71,125); }
H1.HeaderClassName
{
color: #5A477D;
}
.AnyTagClassName
{
color: #5A477D;
}
</style>
background-color css
<style>
a { background-color: #5A477D; }
a { background-color: rgb(90,71,125); }
div.DivClassName
{
background-color: #5A477D;
}
.BgClassName
{
background-color: #5A477D;
}
</style>
border-color css
<style>
span { border-color: #5A477D; }
span { border-color: rgb(90,71,125); }
td.TdClassName
{
border-color: #5A477D;
}
.TagClassName
{
border-color: #5A477D;
}
</style>