Shades of Fedora #555056
Tints of Fedora #555056
RGB
CMYK
RGB Variations
Color information
#555056 (or 0x555056) is known color: Fedora. HEX triplet: 55, 50 and 56. RGB value is (85,80,86). Sum of RGB (Red+Green+Blue) = 85+80+86=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 86 - color contains mainly: blue. Hex color #555056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555056 is #AAAFA9. Grayscale: #525252. Windows color (decimal): -11186090 or 5656661. OLE color: 5656661.
HSL color Cylindrical-coordinate representation of color #555056: hue angle of 290º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #555056 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 80 | 86 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.66 |
| HSL | 290º | 0.04% | 0.33% | - |
| HSV(B) | 290º | 0.07% | 0.34% | - |
| XYZ | 8.29 | 8.34 | 9.98 | - |
| YUV | 82.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 86 | 0.01 | 0.07 | 0 | 0.66 | 290 | 0.04 | 0.33 |
| Hex | 55 | 50 | 56 | 1 | 7 | 0 | 42 | 122 | 4 | 21 |
| Octal | 125 | 120 | 126 | 1 | 7 | 0 | 102 | 442 | 4 | 41 |
| Binary | 1010101 | 1010000 | 1010110 | 1 | 111 | 0 | 1000010 | 100100010 | 100 | 100001 |
Color Harmonies of #555056
Complementary color
Monochromatic Colors of #555056
Black with #555056
Text Example
Text Example
White with #555056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555056; }
p { color: rgb(85,80,86); }
H1.HeaderClassName
{
color: #555056;
}
.AnyTagClassName
{
color: #555056;
}
</style>
background-color css
<style>
a { background-color: #555056; }
a { background-color: rgb(85,80,86); }
div.DivClassName
{
background-color: #555056;
}
.BgClassName
{
background-color: #555056;
}
</style>
border-color css
<style>
span { border-color: #555056; }
span { border-color: rgb(85,80,86); }
td.TdClassName
{
border-color: #555056;
}
.TagClassName
{
border-color: #555056;
}
</style>