Shades of Fedora #565457
Tints of Fedora #565457
RGB
CMYK
RGB Variations
Color information
#565457 (or 0x565457) is known color: Fedora. HEX triplet: 56, 54 and 57. RGB value is (86,84,87). Sum of RGB (Red+Green+Blue) = 86+84+87=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 87 - color contains mainly: blue. Hex color #565457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565457 is #A9ABA8. Grayscale: #545454. Windows color (decimal): -11119529 or 5723222. OLE color: 5723222.
HSL color Cylindrical-coordinate representation of color #565457: hue angle of 280º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #565457 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 84 | 87 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.66 |
| HSL | 280º | 0.02% | 0.34% | - |
| HSV(B) | 280º | 0.03% | 0.34% | - |
| XYZ | 8.73 | 9.01 | 10.3 | - |
| YUV | 84.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 84 | 87 | 0.01 | 0.03 | 0 | 0.66 | 280 | 0.02 | 0.34 |
| Hex | 56 | 54 | 57 | 1 | 3 | 0 | 42 | 118 | 2 | 22 |
| Octal | 126 | 124 | 127 | 1 | 3 | 0 | 102 | 430 | 2 | 42 |
| Binary | 1010110 | 1010100 | 1010111 | 1 | 11 | 0 | 1000010 | 100011000 | 10 | 100010 |
Color Harmonies of #565457
Complementary color
Monochromatic Colors of #565457
Black with #565457
Text Example
Text Example
White with #565457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565457; }
p { color: rgb(86,84,87); }
H1.HeaderClassName
{
color: #565457;
}
.AnyTagClassName
{
color: #565457;
}
</style>
background-color css
<style>
a { background-color: #565457; }
a { background-color: rgb(86,84,87); }
div.DivClassName
{
background-color: #565457;
}
.BgClassName
{
background-color: #565457;
}
</style>
border-color css
<style>
span { border-color: #565457; }
span { border-color: rgb(86,84,87); }
td.TdClassName
{
border-color: #565457;
}
.TagClassName
{
border-color: #565457;
}
</style>