Shades of Gigas #55458E
Tints of Gigas #55458E
RGB
CMYK
RGB Variations
Color information
#55458E (or 0x55458E) is known color: Gigas. HEX triplet: 55, 45 and 8E. RGB value is (85,69,142). Sum of RGB (Red+Green+Blue) = 85+69+142=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #55458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55458E is #AABA71. Grayscale: #515151. Windows color (decimal): -11188850 or 9323861. OLE color: 9323861.
HSL color Cylindrical-coordinate representation of color #55458E: hue angle of 253.15º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55458E is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 69 | 142 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.44 |
| HSL | 253.15º | 0.35% | 0.41% | - |
| HSV(B) | 253.15º | 0.51% | 0.56% | - |
| XYZ | 10.76 | 8.14 | 26.6 | - |
| YUV | 82.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 69 | 142 | 0.40 | 0.51 | 0 | 0.44 | 253.15 | 0.35 | 0.41 |
| Hex | 55 | 45 | 8E | 28 | 33 | 0 | 2C | FD | 23 | 29 |
| Octal | 125 | 105 | 216 | 50 | 63 | 0 | 54 | 375 | 43 | 51 |
| Binary | 1010101 | 1000101 | 10001110 | 101000 | 110011 | 0 | 101100 | 11111101 | 100011 | 101001 |
Color Harmonies of #55458E
Complementary color
Monochromatic Colors of #55458E
Black with #55458E
Text Example
Text Example
White with #55458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55458E; }
p { color: rgb(85,69,142); }
H1.HeaderClassName
{
color: #55458E;
}
.AnyTagClassName
{
color: #55458E;
}
</style>
background-color css
<style>
a { background-color: #55458E; }
a { background-color: rgb(85,69,142); }
div.DivClassName
{
background-color: #55458E;
}
.BgClassName
{
background-color: #55458E;
}
</style>
border-color css
<style>
span { border-color: #55458E; }
span { border-color: rgb(85,69,142); }
td.TdClassName
{
border-color: #55458E;
}
.TagClassName
{
border-color: #55458E;
}
</style>