Shades of Gigas #5A447F
Tints of Gigas #5A447F
RGB
CMYK
RGB Variations
Color information
#5A447F (or 0x5A447F) is known color: Gigas. HEX triplet: 5A, 44 and 7F. RGB value is (90,68,127). Sum of RGB (Red+Green+Blue) = 90+68+127=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A447F is #A5BB80. Grayscale: #515151. Windows color (decimal): -10861441 or 8340570. OLE color: 8340570.
HSL color Cylindrical-coordinate representation of color #5A447F: hue angle of 262.37º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A447F is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 68 | 127 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.50 |
| HSL | 262.37º | 0.3% | 0.38% | - |
| HSV(B) | 262.37º | 0.46% | 0.5% | - |
| XYZ | 10.11 | 7.84 | 21.06 | - |
| YUV | 81.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 68 | 127 | 0.29 | 0.46 | 0 | 0.50 | 262.37 | 0.3 | 0.38 |
| Hex | 5A | 44 | 7F | 1D | 2E | 0 | 32 | 106 | 1E | 26 |
| Octal | 132 | 104 | 177 | 35 | 56 | 0 | 62 | 406 | 36 | 46 |
| Binary | 1011010 | 1000100 | 1111111 | 11101 | 101110 | 0 | 110010 | 100000110 | 11110 | 100110 |
Color Harmonies of #5A447F
Complementary color
Monochromatic Colors of #5A447F
Black with #5A447F
Text Example
Text Example
White with #5A447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A447F; }
p { color: rgb(90,68,127); }
H1.HeaderClassName
{
color: #5A447F;
}
.AnyTagClassName
{
color: #5A447F;
}
</style>
background-color css
<style>
a { background-color: #5A447F; }
a { background-color: rgb(90,68,127); }
div.DivClassName
{
background-color: #5A447F;
}
.BgClassName
{
background-color: #5A447F;
}
</style>
border-color css
<style>
span { border-color: #5A447F; }
span { border-color: rgb(90,68,127); }
td.TdClassName
{
border-color: #5A447F;
}
.TagClassName
{
border-color: #5A447F;
}
</style>