Shades of Fedora #555356
Tints of Fedora #555356
RGB
CMYK
RGB Variations
Color information
#555356 (or 0x555356) is known color: Fedora. HEX triplet: 55, 53 and 56. RGB value is (85,83,86). Sum of RGB (Red+Green+Blue) = 85+83+86=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 86 - color contains mainly: blue. Hex color #555356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555356 is #AAACA9. Grayscale: #535353. Windows color (decimal): -11185322 or 5657429. OLE color: 5657429.
HSL color Cylindrical-coordinate representation of color #555356: hue angle of 280º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #555356 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 85 | 83 | 86 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.66 |
| HSL | 280º | 0.02% | 0.33% | - |
| HSV(B) | 280º | 0.03% | 0.34% | - |
| XYZ | 8.52 | 8.79 | 10.05 | - |
| YUV | 83.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 86 | 0.01 | 0.03 | 0 | 0.66 | 280 | 0.02 | 0.33 |
| Hex | 55 | 53 | 56 | 1 | 3 | 0 | 42 | 118 | 2 | 21 |
| Octal | 125 | 123 | 126 | 1 | 3 | 0 | 102 | 430 | 2 | 41 |
| Binary | 1010101 | 1010011 | 1010110 | 1 | 11 | 0 | 1000010 | 100011000 | 10 | 100001 |
Color Harmonies of #555356
Complementary color
Monochromatic Colors of #555356
Black with #555356
Text Example
Text Example
White with #555356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555356; }
p { color: rgb(85,83,86); }
H1.HeaderClassName
{
color: #555356;
}
.AnyTagClassName
{
color: #555356;
}
</style>
background-color css
<style>
a { background-color: #555356; }
a { background-color: rgb(85,83,86); }
div.DivClassName
{
background-color: #555356;
}
.BgClassName
{
background-color: #555356;
}
</style>
border-color css
<style>
span { border-color: #555356; }
span { border-color: rgb(85,83,86); }
td.TdClassName
{
border-color: #555356;
}
.TagClassName
{
border-color: #555356;
}
</style>