Shades of Fedora #564D59
Tints of Fedora #564D59
RGB
CMYK
RGB Variations
Color information
#564D59 (or 0x564D59) is known color: Fedora. HEX triplet: 56, 4D and 59. RGB value is (86,77,89). Sum of RGB (Red+Green+Blue) = 86+77+89=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 89 - color contains mainly: blue. Hex color #564D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D59 is #A9B2A6. Grayscale: #515151. Windows color (decimal): -11121319 or 5852502. OLE color: 5852502.
HSL color Cylindrical-coordinate representation of color #564D59: hue angle of 285º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #564D59 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 77 | 89 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.65 |
| HSL | 285º | 0.07% | 0.33% | - |
| HSV(B) | 285º | 0.13% | 0.35% | - |
| XYZ | 8.29 | 8.01 | 10.56 | - |
| YUV | 81.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 89 | 0.03 | 0.13 | 0 | 0.65 | 285 | 0.07 | 0.33 |
| Hex | 56 | 4D | 59 | 3 | D | 0 | 41 | 11D | 7 | 21 |
| Octal | 126 | 115 | 131 | 3 | 15 | 0 | 101 | 435 | 7 | 41 |
| Binary | 1010110 | 1001101 | 1011001 | 11 | 1101 | 0 | 1000001 | 100011101 | 111 | 100001 |
Color Harmonies of #564D59
Complementary color
Monochromatic Colors of #564D59
Black with #564D59
Text Example
Text Example
White with #564D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D59; }
p { color: rgb(86,77,89); }
H1.HeaderClassName
{
color: #564D59;
}
.AnyTagClassName
{
color: #564D59;
}
</style>
background-color css
<style>
a { background-color: #564D59; }
a { background-color: rgb(86,77,89); }
div.DivClassName
{
background-color: #564D59;
}
.BgClassName
{
background-color: #564D59;
}
</style>
border-color css
<style>
span { border-color: #564D59; }
span { border-color: rgb(86,77,89); }
td.TdClassName
{
border-color: #564D59;
}
.TagClassName
{
border-color: #564D59;
}
</style>