Shades of Gigas #55418C
Tints of Gigas #55418C
RGB
CMYK
RGB Variations
Color information
#55418C (or 0x55418C) is known color: Gigas. HEX triplet: 55, 41 and 8C. RGB value is (85,65,140). Sum of RGB (Red+Green+Blue) = 85+65+140=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #55418C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55418C is #AABE73. Grayscale: #4F4F4F. Windows color (decimal): -11189876 or 9191765. OLE color: 9191765.
HSL color Cylindrical-coordinate representation of color #55418C: hue angle of 256º 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 #55418C is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 65 | 140 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.45 |
| HSL | 256º | 0.37% | 0.4% | - |
| HSV(B) | 256º | 0.54% | 0.55% | - |
| XYZ | 10.37 | 7.61 | 25.73 | - |
| YUV | 79.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 140 | 0.39 | 0.54 | 0 | 0.45 | 256 | 0.37 | 0.4 |
| Hex | 55 | 41 | 8C | 27 | 36 | 0 | 2D | 100 | 25 | 28 |
| Octal | 125 | 101 | 214 | 47 | 66 | 0 | 55 | 400 | 45 | 50 |
| Binary | 1010101 | 1000001 | 10001100 | 100111 | 110110 | 0 | 101101 | 100000000 | 100101 | 101000 |
Color Harmonies of #55418C
Complementary color
Monochromatic Colors of #55418C
Black with #55418C
Text Example
Text Example
White with #55418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55418C; }
p { color: rgb(85,65,140); }
H1.HeaderClassName
{
color: #55418C;
}
.AnyTagClassName
{
color: #55418C;
}
</style>
background-color css
<style>
a { background-color: #55418C; }
a { background-color: rgb(85,65,140); }
div.DivClassName
{
background-color: #55418C;
}
.BgClassName
{
background-color: #55418C;
}
</style>
border-color css
<style>
span { border-color: #55418C; }
span { border-color: rgb(85,65,140); }
td.TdClassName
{
border-color: #55418C;
}
.TagClassName
{
border-color: #55418C;
}
</style>