Shades of Gigas #5A478C
Tints of Gigas #5A478C
RGB
CMYK
RGB Variations
Color information
#5A478C (or 0x5A478C) is known color: Gigas. HEX triplet: 5A, 47 and 8C. RGB value is (90,71,140). Sum of RGB (Red+Green+Blue) = 90+71+140=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 140 (55.08% from 255 or 46.51% from 301); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A478C is #A5B873. Grayscale: #545454. Windows color (decimal): -10860660 or 9193306. OLE color: 9193306.
HSL color Cylindrical-coordinate representation of color #5A478C: hue angle of 256.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A478C is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 71 | 140 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.45 |
| HSL | 256.52º | 0.33% | 0.41% | - |
| HSV(B) | 256.52º | 0.49% | 0.55% | - |
| XYZ | 11.2 | 8.57 | 25.88 | - |
| YUV | 84.55 | 159.29 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 71 | 140 | 0.36 | 0.49 | 0 | 0.45 | 256.52 | 0.33 | 0.41 |
| Hex | 5A | 47 | 8C | 24 | 31 | 0 | 2D | 101 | 21 | 29 |
| Octal | 132 | 107 | 214 | 44 | 61 | 0 | 55 | 401 | 41 | 51 |
| Binary | 1011010 | 1000111 | 10001100 | 100100 | 110001 | 0 | 101101 | 100000001 | 100001 | 101001 |
Color Harmonies of #5A478C
Complementary color
Monochromatic Colors of #5A478C
Black with #5A478C
Text Example
Text Example
White with #5A478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A478C; }
p { color: rgb(90,71,140); }
H1.HeaderClassName
{
color: #5A478C;
}
.AnyTagClassName
{
color: #5A478C;
}
</style>
background-color css
<style>
a { background-color: #5A478C; }
a { background-color: rgb(90,71,140); }
div.DivClassName
{
background-color: #5A478C;
}
.BgClassName
{
background-color: #5A478C;
}
</style>
border-color css
<style>
span { border-color: #5A478C; }
span { border-color: rgb(90,71,140); }
td.TdClassName
{
border-color: #5A478C;
}
.TagClassName
{
border-color: #5A478C;
}
</style>