Shades of Gigas #5A488E
Tints of Gigas #5A488E
RGB
CMYK
RGB Variations
Color information
#5A488E (or 0x5A488E) is known color: Gigas. HEX triplet: 5A, 48 and 8E. RGB value is (90,72,142). Sum of RGB (Red+Green+Blue) = 90+72+142=304 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.61% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A488E is #A5B771. Grayscale: #555555. Windows color (decimal): -10860402 or 9324634. OLE color: 9324634.
HSL color Cylindrical-coordinate representation of color #5A488E: hue angle of 255.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5A488E is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 72 | 142 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.44 |
| HSL | 255.43º | 0.33% | 0.42% | - |
| HSV(B) | 255.43º | 0.49% | 0.56% | - |
| XYZ | 11.42 | 8.76 | 26.68 | - |
| YUV | 85.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 142 | 0.37 | 0.49 | 0 | 0.44 | 255.43 | 0.33 | 0.42 |
| Hex | 5A | 48 | 8E | 25 | 31 | 0 | 2C | FF | 21 | 2A |
| Octal | 132 | 110 | 216 | 45 | 61 | 0 | 54 | 377 | 41 | 52 |
| Binary | 1011010 | 1001000 | 10001110 | 100101 | 110001 | 0 | 101100 | 11111111 | 100001 | 101010 |
Color Harmonies of #5A488E
Complementary color
Monochromatic Colors of #5A488E
Black with #5A488E
Text Example
Text Example
White with #5A488E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A488E; }
p { color: rgb(90,72,142); }
H1.HeaderClassName
{
color: #5A488E;
}
.AnyTagClassName
{
color: #5A488E;
}
</style>
background-color css
<style>
a { background-color: #5A488E; }
a { background-color: rgb(90,72,142); }
div.DivClassName
{
background-color: #5A488E;
}
.BgClassName
{
background-color: #5A488E;
}
</style>
border-color css
<style>
span { border-color: #5A488E; }
span { border-color: rgb(90,72,142); }
td.TdClassName
{
border-color: #5A488E;
}
.TagClassName
{
border-color: #5A488E;
}
</style>