Shades of Fedora #564E59
Tints of Fedora #564E59
RGB
CMYK
RGB Variations
Color information
#564E59 (or 0x564E59) is known color: Fedora. HEX triplet: 56, 4E and 59. RGB value is (86,78,89). Sum of RGB (Red+Green+Blue) = 86+78+89=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #564E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E59 is #A9B1A6. Grayscale: #515151. Windows color (decimal): -11121063 or 5852758. OLE color: 5852758.
HSL color Cylindrical-coordinate representation of color #564E59: hue angle of 283.64º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #564E59 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 78 | 89 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.65 |
| HSL | 283.64º | 0.07% | 0.33% | - |
| HSV(B) | 283.64º | 0.12% | 0.35% | - |
| XYZ | 8.37 | 8.15 | 10.58 | - |
| YUV | 81.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 89 | 0.03 | 0.12 | 0 | 0.65 | 283.64 | 0.07 | 0.33 |
| Hex | 56 | 4E | 59 | 3 | C | 0 | 41 | 11C | 7 | 21 |
| Octal | 126 | 116 | 131 | 3 | 14 | 0 | 101 | 434 | 7 | 41 |
| Binary | 1010110 | 1001110 | 1011001 | 11 | 1100 | 0 | 1000001 | 100011100 | 111 | 100001 |
Color Harmonies of #564E59
Complementary color
Monochromatic Colors of #564E59
Black with #564E59
Text Example
Text Example
White with #564E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E59; }
p { color: rgb(86,78,89); }
H1.HeaderClassName
{
color: #564E59;
}
.AnyTagClassName
{
color: #564E59;
}
</style>
background-color css
<style>
a { background-color: #564E59; }
a { background-color: rgb(86,78,89); }
div.DivClassName
{
background-color: #564E59;
}
.BgClassName
{
background-color: #564E59;
}
</style>
border-color css
<style>
span { border-color: #564E59; }
span { border-color: rgb(86,78,89); }
td.TdClassName
{
border-color: #564E59;
}
.TagClassName
{
border-color: #564E59;
}
</style>