Shades of Gigas #55427F
Tints of Gigas #55427F
RGB
CMYK
RGB Variations
Color information
#55427F (or 0x55427F) is known color: Gigas. HEX triplet: 55, 42 and 7F. RGB value is (85,66,127). Sum of RGB (Red+Green+Blue) = 85+66+127=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #55427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55427F is #AABD80. Grayscale: #4E4E4E. Windows color (decimal): -11189633 or 8340053. OLE color: 8340053.
HSL color Cylindrical-coordinate representation of color #55427F: hue angle of 258.69º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55427F is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 66 | 127 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.50 |
| HSL | 258.69º | 0.32% | 0.38% | - |
| HSV(B) | 258.69º | 0.48% | 0.5% | - |
| XYZ | 9.53 | 7.36 | 21 | - |
| YUV | 78.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 66 | 127 | 0.33 | 0.48 | 0 | 0.50 | 258.69 | 0.32 | 0.38 |
| Hex | 55 | 42 | 7F | 21 | 30 | 0 | 32 | 103 | 20 | 26 |
| Octal | 125 | 102 | 177 | 41 | 60 | 0 | 62 | 403 | 40 | 46 |
| Binary | 1010101 | 1000010 | 1111111 | 100001 | 110000 | 0 | 110010 | 100000011 | 100000 | 100110 |
Color Harmonies of #55427F
Complementary color
Monochromatic Colors of #55427F
Black with #55427F
Text Example
Text Example
White with #55427F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55427F; }
p { color: rgb(85,66,127); }
H1.HeaderClassName
{
color: #55427F;
}
.AnyTagClassName
{
color: #55427F;
}
</style>
background-color css
<style>
a { background-color: #55427F; }
a { background-color: rgb(85,66,127); }
div.DivClassName
{
background-color: #55427F;
}
.BgClassName
{
background-color: #55427F;
}
</style>
border-color css
<style>
span { border-color: #55427F; }
span { border-color: rgb(85,66,127); }
td.TdClassName
{
border-color: #55427F;
}
.TagClassName
{
border-color: #55427F;
}
</style>