Shades of Gigas #55407C
Tints of Gigas #55407C
RGB
CMYK
RGB Variations
Color information
#55407C (or 0x55407C) is known color: Gigas. HEX triplet: 55, 40 and 7C. RGB value is (85,64,124). Sum of RGB (Red+Green+Blue) = 85+64+124=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #55407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55407C is #AABF83. Grayscale: #4C4C4C. Windows color (decimal): -11190148 or 8142933. OLE color: 8142933.
HSL color Cylindrical-coordinate representation of color #55407C: hue angle of 261º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55407C is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 64 | 124 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.51 |
| HSL | 261º | 0.32% | 0.37% | - |
| HSV(B) | 261º | 0.48% | 0.49% | - |
| XYZ | 9.22 | 7.05 | 19.94 | - |
| YUV | 77.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 124 | 0.31 | 0.48 | 0 | 0.51 | 261 | 0.32 | 0.37 |
| Hex | 55 | 40 | 7C | 1F | 30 | 0 | 33 | 105 | 20 | 25 |
| Octal | 125 | 100 | 174 | 37 | 60 | 0 | 63 | 405 | 40 | 45 |
| Binary | 1010101 | 1000000 | 1111100 | 11111 | 110000 | 0 | 110011 | 100000101 | 100000 | 100101 |
Color Harmonies of #55407C
Complementary color
Monochromatic Colors of #55407C
Black with #55407C
Text Example
Text Example
White with #55407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55407C; }
p { color: rgb(85,64,124); }
H1.HeaderClassName
{
color: #55407C;
}
.AnyTagClassName
{
color: #55407C;
}
</style>
background-color css
<style>
a { background-color: #55407C; }
a { background-color: rgb(85,64,124); }
div.DivClassName
{
background-color: #55407C;
}
.BgClassName
{
background-color: #55407C;
}
</style>
border-color css
<style>
span { border-color: #55407C; }
span { border-color: rgb(85,64,124); }
td.TdClassName
{
border-color: #55407C;
}
.TagClassName
{
border-color: #55407C;
}
</style>