Shades of Gigas #5A488B
Tints of Gigas #5A488B
RGB
CMYK
RGB Variations
Color information
#5A488B (or 0x5A488B) is known color: Gigas. HEX triplet: 5A, 48 and 8B. RGB value is (90,72,139). Sum of RGB (Red+Green+Blue) = 90+72+139=301 (39% of max value = 765). Red value is 90 (35.55% from 255 or 29.90% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A488B is #A5B774. Grayscale: #545454. Windows color (decimal): -10860405 or 9128026. OLE color: 9128026.
HSL color Cylindrical-coordinate representation of color #5A488B: hue angle of 256.12º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A488B is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 72 | 139 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.45 |
| HSL | 256.12º | 0.32% | 0.41% | - |
| HSV(B) | 256.12º | 0.48% | 0.55% | - |
| XYZ | 11.19 | 8.67 | 25.51 | - |
| YUV | 85.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 72 | 139 | 0.35 | 0.48 | 0 | 0.45 | 256.12 | 0.32 | 0.41 |
| Hex | 5A | 48 | 8B | 23 | 30 | 0 | 2D | 100 | 20 | 29 |
| Octal | 132 | 110 | 213 | 43 | 60 | 0 | 55 | 400 | 40 | 51 |
| Binary | 1011010 | 1001000 | 10001011 | 100011 | 110000 | 0 | 101101 | 100000000 | 100000 | 101001 |
Color Harmonies of #5A488B
Complementary color
Monochromatic Colors of #5A488B
Black with #5A488B
Text Example
Text Example
White with #5A488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A488B; }
p { color: rgb(90,72,139); }
H1.HeaderClassName
{
color: #5A488B;
}
.AnyTagClassName
{
color: #5A488B;
}
</style>
background-color css
<style>
a { background-color: #5A488B; }
a { background-color: rgb(90,72,139); }
div.DivClassName
{
background-color: #5A488B;
}
.BgClassName
{
background-color: #5A488B;
}
</style>
border-color css
<style>
span { border-color: #5A488B; }
span { border-color: rgb(90,72,139); }
td.TdClassName
{
border-color: #5A488B;
}
.TagClassName
{
border-color: #5A488B;
}
</style>