Shades of Fedora #564E58
Tints of Fedora #564E58
RGB
CMYK
RGB Variations
Color information
#564E58 (or 0x564E58) is known color: Fedora. HEX triplet: 56, 4E and 58. RGB value is (86,78,88). Sum of RGB (Red+Green+Blue) = 86+78+88=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 88 - color contains mainly: blue. Hex color #564E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E58 is #A9B1A7. Grayscale: #515151. Windows color (decimal): -11121064 or 5787222. OLE color: 5787222.
HSL color Cylindrical-coordinate representation of color #564E58: hue angle of 288º 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 #564E58 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 78 | 88 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.65 |
| HSL | 288º | 0.06% | 0.33% | - |
| HSV(B) | 288º | 0.11% | 0.35% | - |
| XYZ | 8.32 | 8.13 | 10.36 | - |
| YUV | 81.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 78 | 88 | 0.02 | 0.11 | 0 | 0.65 | 288 | 0.06 | 0.33 |
| Hex | 56 | 4E | 58 | 2 | B | 0 | 41 | 120 | 6 | 21 |
| Octal | 126 | 116 | 130 | 2 | 13 | 0 | 101 | 440 | 6 | 41 |
| Binary | 1010110 | 1001110 | 1011000 | 10 | 1011 | 0 | 1000001 | 100100000 | 110 | 100001 |
Color Harmonies of #564E58
Complementary color
Monochromatic Colors of #564E58
Black with #564E58
Text Example
Text Example
White with #564E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564E58; }
p { color: rgb(86,78,88); }
H1.HeaderClassName
{
color: #564E58;
}
.AnyTagClassName
{
color: #564E58;
}
</style>
background-color css
<style>
a { background-color: #564E58; }
a { background-color: rgb(86,78,88); }
div.DivClassName
{
background-color: #564E58;
}
.BgClassName
{
background-color: #564E58;
}
</style>
border-color css
<style>
span { border-color: #564E58; }
span { border-color: rgb(86,78,88); }
td.TdClassName
{
border-color: #564E58;
}
.TagClassName
{
border-color: #564E58;
}
</style>