Shades of Gigas #55427A
Tints of Gigas #55427A
RGB
CMYK
RGB Variations
Color information
#55427A (or 0x55427A) is known color: Gigas. HEX triplet: 55, 42 and 7A. RGB value is (85,66,122). Sum of RGB (Red+Green+Blue) = 85+66+122=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 122 - color contains mainly: blue. Hex color #55427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55427A is #AABD85. Grayscale: #4D4D4D. Windows color (decimal): -11189638 or 8012373. OLE color: 8012373.
HSL color Cylindrical-coordinate representation of color #55427A: hue angle of 260.36º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55427A is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 66 | 122 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.52 |
| HSL | 260.36º | 0.3% | 0.37% | - |
| HSV(B) | 260.36º | 0.46% | 0.48% | - |
| XYZ | 9.21 | 7.23 | 19.32 | - |
| YUV | 78.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 122 | 0.30 | 0.46 | 0 | 0.52 | 260.36 | 0.3 | 0.37 |
| Hex | 55 | 42 | 7A | 1E | 2E | 0 | 34 | 104 | 1E | 25 |
| Octal | 125 | 102 | 172 | 36 | 56 | 0 | 64 | 404 | 36 | 45 |
| Binary | 1010101 | 1000010 | 1111010 | 11110 | 101110 | 0 | 110100 | 100000100 | 11110 | 100101 |
Color Harmonies of #55427A
Complementary color
Monochromatic Colors of #55427A
Black with #55427A
Text Example
Text Example
White with #55427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55427A; }
p { color: rgb(85,66,122); }
H1.HeaderClassName
{
color: #55427A;
}
.AnyTagClassName
{
color: #55427A;
}
</style>
background-color css
<style>
a { background-color: #55427A; }
a { background-color: rgb(85,66,122); }
div.DivClassName
{
background-color: #55427A;
}
.BgClassName
{
background-color: #55427A;
}
</style>
border-color css
<style>
span { border-color: #55427A; }
span { border-color: rgb(85,66,122); }
td.TdClassName
{
border-color: #55427A;
}
.TagClassName
{
border-color: #55427A;
}
</style>