Shades of Gigas #55447F
Tints of Gigas #55447F
RGB
CMYK
RGB Variations
Color information
#55447F (or 0x55447F) is known color: Gigas. HEX triplet: 55, 44 and 7F. RGB value is (85,68,127). Sum of RGB (Red+Green+Blue) = 85+68+127=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #55447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55447F is #AABB80. Grayscale: #4F4F4F. Windows color (decimal): -11189121 or 8340565. OLE color: 8340565.
HSL color Cylindrical-coordinate representation of color #55447F: hue angle of 257.29º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55447F is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 68 | 127 | - |
| CMYK | 0.33 | 0.46 | 0 | 0.50 |
| HSL | 257.29º | 0.3% | 0.38% | - |
| HSV(B) | 257.29º | 0.46% | 0.5% | - |
| XYZ | 9.64 | 7.6 | 21.04 | - |
| YUV | 79.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 68 | 127 | 0.33 | 0.46 | 0 | 0.50 | 257.29 | 0.3 | 0.38 |
| Hex | 55 | 44 | 7F | 21 | 2E | 0 | 32 | 101 | 1E | 26 |
| Octal | 125 | 104 | 177 | 41 | 56 | 0 | 62 | 401 | 36 | 46 |
| Binary | 1010101 | 1000100 | 1111111 | 100001 | 101110 | 0 | 110010 | 100000001 | 11110 | 100110 |
Color Harmonies of #55447F
Complementary color
Monochromatic Colors of #55447F
Black with #55447F
Text Example
Text Example
White with #55447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55447F; }
p { color: rgb(85,68,127); }
H1.HeaderClassName
{
color: #55447F;
}
.AnyTagClassName
{
color: #55447F;
}
</style>
background-color css
<style>
a { background-color: #55447F; }
a { background-color: rgb(85,68,127); }
div.DivClassName
{
background-color: #55447F;
}
.BgClassName
{
background-color: #55447F;
}
</style>
border-color css
<style>
span { border-color: #55447F; }
span { border-color: rgb(85,68,127); }
td.TdClassName
{
border-color: #55447F;
}
.TagClassName
{
border-color: #55447F;
}
</style>