Shades of Fedora #565159
Tints of Fedora #565159
RGB
CMYK
RGB Variations
Color information
#565159 (or 0x565159) is known color: Fedora. HEX triplet: 56, 51 and 59. RGB value is (86,81,89). Sum of RGB (Red+Green+Blue) = 86+81+89=256 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.59% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #565159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565159 is #A9AEA6. Grayscale: #535353. Windows color (decimal): -11120295 or 5853526. OLE color: 5853526.
HSL color Cylindrical-coordinate representation of color #565159: hue angle of 277.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #565159 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 81 | 89 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.65 |
| HSL | 277.5º | 0.05% | 0.33% | - |
| HSV(B) | 277.5º | 0.09% | 0.35% | - |
| XYZ | 8.58 | 8.58 | 10.66 | - |
| YUV | 83.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 89 | 0.03 | 0.09 | 0 | 0.65 | 277.5 | 0.05 | 0.33 |
| Hex | 56 | 51 | 59 | 3 | 9 | 0 | 41 | 116 | 5 | 21 |
| Octal | 126 | 121 | 131 | 3 | 11 | 0 | 101 | 426 | 5 | 41 |
| Binary | 1010110 | 1010001 | 1011001 | 11 | 1001 | 0 | 1000001 | 100010110 | 101 | 100001 |
Color Harmonies of #565159
Complementary color
Monochromatic Colors of #565159
Black with #565159
Text Example
Text Example
White with #565159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565159; }
p { color: rgb(86,81,89); }
H1.HeaderClassName
{
color: #565159;
}
.AnyTagClassName
{
color: #565159;
}
</style>
background-color css
<style>
a { background-color: #565159; }
a { background-color: rgb(86,81,89); }
div.DivClassName
{
background-color: #565159;
}
.BgClassName
{
background-color: #565159;
}
</style>
border-color css
<style>
span { border-color: #565159; }
span { border-color: rgb(86,81,89); }
td.TdClassName
{
border-color: #565159;
}
.TagClassName
{
border-color: #565159;
}
</style>