Shades of Gigas #55408A
Tints of Gigas #55408A
RGB
CMYK
RGB Variations
Color information
#55408A (or 0x55408A) is known color: Gigas. HEX triplet: 55, 40 and 8A. RGB value is (85,64,138). Sum of RGB (Red+Green+Blue) = 85+64+138=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #55408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55408A is #AABF75. Grayscale: #4E4E4E. Windows color (decimal): -11190134 or 9060437. OLE color: 9060437.
HSL color Cylindrical-coordinate representation of color #55408A: hue angle of 257.03º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55408A is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 64 | 138 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.46 |
| HSL | 257.03º | 0.37% | 0.4% | - |
| HSV(B) | 257.03º | 0.54% | 0.54% | - |
| XYZ | 10.17 | 7.43 | 24.94 | - |
| YUV | 78.72 | 161.46 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 138 | 0.38 | 0.54 | 0 | 0.46 | 257.03 | 0.37 | 0.4 |
| Hex | 55 | 40 | 8A | 26 | 36 | 0 | 2E | 101 | 25 | 28 |
| Octal | 125 | 100 | 212 | 46 | 66 | 0 | 56 | 401 | 45 | 50 |
| Binary | 1010101 | 1000000 | 10001010 | 100110 | 110110 | 0 | 101110 | 100000001 | 100101 | 101000 |
Color Harmonies of #55408A
Complementary color
Monochromatic Colors of #55408A
Black with #55408A
Text Example
Text Example
White with #55408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55408A; }
p { color: rgb(85,64,138); }
H1.HeaderClassName
{
color: #55408A;
}
.AnyTagClassName
{
color: #55408A;
}
</style>
background-color css
<style>
a { background-color: #55408A; }
a { background-color: rgb(85,64,138); }
div.DivClassName
{
background-color: #55408A;
}
.BgClassName
{
background-color: #55408A;
}
</style>
border-color css
<style>
span { border-color: #55408A; }
span { border-color: rgb(85,64,138); }
td.TdClassName
{
border-color: #55408A;
}
.TagClassName
{
border-color: #55408A;
}
</style>