Shades of Gigas #55408C
Tints of Gigas #55408C
RGB
CMYK
RGB Variations
Color information
#55408C (or 0x55408C) is known color: Gigas. HEX triplet: 55, 40 and 8C. RGB value is (85,64,140). Sum of RGB (Red+Green+Blue) = 85+64+140=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #55408C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55408C is #AABF73. Grayscale: #4E4E4E. Windows color (decimal): -11190132 or 9191509. OLE color: 9191509.
HSL color Cylindrical-coordinate representation of color #55408C: hue angle of 256.58º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55408C is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 64 | 140 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.45 |
| HSL | 256.58º | 0.37% | 0.4% | - |
| HSV(B) | 256.58º | 0.54% | 0.55% | - |
| XYZ | 10.31 | 7.49 | 25.71 | - |
| YUV | 78.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 140 | 0.39 | 0.54 | 0 | 0.45 | 256.58 | 0.37 | 0.4 |
| Hex | 55 | 40 | 8C | 27 | 36 | 0 | 2D | 101 | 25 | 28 |
| Octal | 125 | 100 | 214 | 47 | 66 | 0 | 55 | 401 | 45 | 50 |
| Binary | 1010101 | 1000000 | 10001100 | 100111 | 110110 | 0 | 101101 | 100000001 | 100101 | 101000 |
Color Harmonies of #55408C
Complementary color
Monochromatic Colors of #55408C
Black with #55408C
Text Example
Text Example
White with #55408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55408C; }
p { color: rgb(85,64,140); }
H1.HeaderClassName
{
color: #55408C;
}
.AnyTagClassName
{
color: #55408C;
}
</style>
background-color css
<style>
a { background-color: #55408C; }
a { background-color: rgb(85,64,140); }
div.DivClassName
{
background-color: #55408C;
}
.BgClassName
{
background-color: #55408C;
}
</style>
border-color css
<style>
span { border-color: #55408C; }
span { border-color: rgb(85,64,140); }
td.TdClassName
{
border-color: #55408C;
}
.TagClassName
{
border-color: #55408C;
}
</style>