Shades of Fedora #564D58
Tints of Fedora #564D58
RGB
CMYK
RGB Variations
Color information
#564D58 (or 0x564D58) is known color: Fedora. HEX triplet: 56, 4D and 58. RGB value is (86,77,88). Sum of RGB (Red+Green+Blue) = 86+77+88=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 88 - color contains mainly: blue. Hex color #564D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D58 is #A9B2A7. Grayscale: #505050. Windows color (decimal): -11121320 or 5786966. OLE color: 5786966.
HSL color Cylindrical-coordinate representation of color #564D58: hue angle of 289.09º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #564D58 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 77 | 88 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.65 |
| HSL | 289.09º | 0.07% | 0.32% | - |
| HSV(B) | 289.09º | 0.13% | 0.35% | - |
| XYZ | 8.25 | 7.99 | 10.34 | - |
| YUV | 80.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 88 | 0.02 | 0.12 | 0 | 0.65 | 289.09 | 0.07 | 0.32 |
| Hex | 56 | 4D | 58 | 2 | C | 0 | 41 | 121 | 7 | 20 |
| Octal | 126 | 115 | 130 | 2 | 14 | 0 | 101 | 441 | 7 | 40 |
| Binary | 1010110 | 1001101 | 1011000 | 10 | 1100 | 0 | 1000001 | 100100001 | 111 | 100000 |
Color Harmonies of #564D58
Complementary color
Monochromatic Colors of #564D58
Black with #564D58
Text Example
Text Example
White with #564D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D58; }
p { color: rgb(86,77,88); }
H1.HeaderClassName
{
color: #564D58;
}
.AnyTagClassName
{
color: #564D58;
}
</style>
background-color css
<style>
a { background-color: #564D58; }
a { background-color: rgb(86,77,88); }
div.DivClassName
{
background-color: #564D58;
}
.BgClassName
{
background-color: #564D58;
}
</style>
border-color css
<style>
span { border-color: #564D58; }
span { border-color: rgb(86,77,88); }
td.TdClassName
{
border-color: #564D58;
}
.TagClassName
{
border-color: #564D58;
}
</style>