Shades of Gigas #55468C
Tints of Gigas #55468C
RGB
CMYK
RGB Variations
Color information
#55468C (or 0x55468C) is known color: Gigas. HEX triplet: 55, 46 and 8C. RGB value is (85,70,140). Sum of RGB (Red+Green+Blue) = 85+70+140=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #55468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55468C is #AAB973. Grayscale: #525252. Windows color (decimal): -11188596 or 9193045. OLE color: 9193045.
HSL color Cylindrical-coordinate representation of color #55468C: hue angle of 252.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55468C is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 70 | 140 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.45 |
| HSL | 252.86º | 0.33% | 0.41% | - |
| HSV(B) | 252.86º | 0.5% | 0.55% | - |
| XYZ | 10.67 | 8.21 | 25.83 | - |
| YUV | 82.47 | 160.47 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 70 | 140 | 0.39 | 0.50 | 0 | 0.45 | 252.86 | 0.33 | 0.41 |
| Hex | 55 | 46 | 8C | 27 | 32 | 0 | 2D | FD | 21 | 29 |
| Octal | 125 | 106 | 214 | 47 | 62 | 0 | 55 | 375 | 41 | 51 |
| Binary | 1010101 | 1000110 | 10001100 | 100111 | 110010 | 0 | 101101 | 11111101 | 100001 | 101001 |
Color Harmonies of #55468C
Complementary color
Monochromatic Colors of #55468C
Black with #55468C
Text Example
Text Example
White with #55468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55468C; }
p { color: rgb(85,70,140); }
H1.HeaderClassName
{
color: #55468C;
}
.AnyTagClassName
{
color: #55468C;
}
</style>
background-color css
<style>
a { background-color: #55468C; }
a { background-color: rgb(85,70,140); }
div.DivClassName
{
background-color: #55468C;
}
.BgClassName
{
background-color: #55468C;
}
</style>
border-color css
<style>
span { border-color: #55468C; }
span { border-color: rgb(85,70,140); }
td.TdClassName
{
border-color: #55468C;
}
.TagClassName
{
border-color: #55468C;
}
</style>