Shades of Fedora #564F59
Tints of Fedora #564F59
RGB
CMYK
RGB Variations
Color information
#564F59 (or 0x564F59) is known color: Fedora. HEX triplet: 56, 4F and 59. RGB value is (86,79,89). Sum of RGB (Red+Green+Blue) = 86+79+89=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: blue. Hex color #564F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F59 is #A9B0A6. Grayscale: #525252. Windows color (decimal): -11120807 or 5853014. OLE color: 5853014.
HSL color Cylindrical-coordinate representation of color #564F59: hue angle of 282º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #564F59 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 79 | 89 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.65 |
| HSL | 282º | 0.06% | 0.33% | - |
| HSV(B) | 282º | 0.11% | 0.35% | - |
| XYZ | 8.44 | 8.29 | 10.61 | - |
| YUV | 82.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 89 | 0.03 | 0.11 | 0 | 0.65 | 282 | 0.06 | 0.33 |
| Hex | 56 | 4F | 59 | 3 | B | 0 | 41 | 11A | 6 | 21 |
| Octal | 126 | 117 | 131 | 3 | 13 | 0 | 101 | 432 | 6 | 41 |
| Binary | 1010110 | 1001111 | 1011001 | 11 | 1011 | 0 | 1000001 | 100011010 | 110 | 100001 |
Color Harmonies of #564F59
Complementary color
Monochromatic Colors of #564F59
Black with #564F59
Text Example
Text Example
White with #564F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F59; }
p { color: rgb(86,79,89); }
H1.HeaderClassName
{
color: #564F59;
}
.AnyTagClassName
{
color: #564F59;
}
</style>
background-color css
<style>
a { background-color: #564F59; }
a { background-color: rgb(86,79,89); }
div.DivClassName
{
background-color: #564F59;
}
.BgClassName
{
background-color: #564F59;
}
</style>
border-color css
<style>
span { border-color: #564F59; }
span { border-color: rgb(86,79,89); }
td.TdClassName
{
border-color: #564F59;
}
.TagClassName
{
border-color: #564F59;
}
</style>