Shades of Gigas #55428D
Tints of Gigas #55428D
RGB
CMYK
RGB Variations
Color information
#55428D (or 0x55428D) is known color: Gigas. HEX triplet: 55, 42 and 8D. RGB value is (85,66,141). Sum of RGB (Red+Green+Blue) = 85+66+141=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #55428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55428D is #AABD72. Grayscale: #4F4F4F. Windows color (decimal): -11189619 or 9257557. OLE color: 9257557.
HSL color Cylindrical-coordinate representation of color #55428D: hue angle of 255.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55428D is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 66 | 141 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.45 |
| HSL | 255.2º | 0.36% | 0.41% | - |
| HSV(B) | 255.2º | 0.53% | 0.55% | - |
| XYZ | 10.5 | 7.75 | 26.14 | - |
| YUV | 80.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 141 | 0.40 | 0.53 | 0 | 0.45 | 255.2 | 0.36 | 0.41 |
| Hex | 55 | 42 | 8D | 28 | 35 | 0 | 2D | FF | 24 | 29 |
| Octal | 125 | 102 | 215 | 50 | 65 | 0 | 55 | 377 | 44 | 51 |
| Binary | 1010101 | 1000010 | 10001101 | 101000 | 110101 | 0 | 101101 | 11111111 | 100100 | 101001 |
Color Harmonies of #55428D
Complementary color
Monochromatic Colors of #55428D
Black with #55428D
Text Example
Text Example
White with #55428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55428D; }
p { color: rgb(85,66,141); }
H1.HeaderClassName
{
color: #55428D;
}
.AnyTagClassName
{
color: #55428D;
}
</style>
background-color css
<style>
a { background-color: #55428D; }
a { background-color: rgb(85,66,141); }
div.DivClassName
{
background-color: #55428D;
}
.BgClassName
{
background-color: #55428D;
}
</style>
border-color css
<style>
span { border-color: #55428D; }
span { border-color: rgb(85,66,141); }
td.TdClassName
{
border-color: #55428D;
}
.TagClassName
{
border-color: #55428D;
}
</style>