Shades of Gigas #55418D
Tints of Gigas #55418D
RGB
CMYK
RGB Variations
Color information
#55418D (or 0x55418D) is known color: Gigas. HEX triplet: 55, 41 and 8D. RGB value is (85,65,141). Sum of RGB (Red+Green+Blue) = 85+65+141=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #55418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55418D is #AABE72. Grayscale: #4F4F4F. Windows color (decimal): -11189875 or 9257301. OLE color: 9257301.
HSL color Cylindrical-coordinate representation of color #55418D: hue angle of 255.79º 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 #55418D is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 65 | 141 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.45 |
| HSL | 255.79º | 0.37% | 0.4% | - |
| HSV(B) | 255.79º | 0.54% | 0.55% | - |
| XYZ | 10.44 | 7.63 | 26.12 | - |
| YUV | 79.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 141 | 0.40 | 0.54 | 0 | 0.45 | 255.79 | 0.37 | 0.4 |
| Hex | 55 | 41 | 8D | 28 | 36 | 0 | 2D | 100 | 25 | 28 |
| Octal | 125 | 101 | 215 | 50 | 66 | 0 | 55 | 400 | 45 | 50 |
| Binary | 1010101 | 1000001 | 10001101 | 101000 | 110110 | 0 | 101101 | 100000000 | 100101 | 101000 |
Color Harmonies of #55418D
Complementary color
Monochromatic Colors of #55418D
Black with #55418D
Text Example
Text Example
White with #55418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55418D; }
p { color: rgb(85,65,141); }
H1.HeaderClassName
{
color: #55418D;
}
.AnyTagClassName
{
color: #55418D;
}
</style>
background-color css
<style>
a { background-color: #55418D; }
a { background-color: rgb(85,65,141); }
div.DivClassName
{
background-color: #55418D;
}
.BgClassName
{
background-color: #55418D;
}
</style>
border-color css
<style>
span { border-color: #55418D; }
span { border-color: rgb(85,65,141); }
td.TdClassName
{
border-color: #55418D;
}
.TagClassName
{
border-color: #55418D;
}
</style>