Shades of Fedora #564F58
Tints of Fedora #564F58
RGB
CMYK
RGB Variations
Color information
#564F58 (or 0x564F58) is known color: Fedora. HEX triplet: 56, 4F and 58. RGB value is (86,79,88). Sum of RGB (Red+Green+Blue) = 86+79+88=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #564F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F58 is #A9B0A7. Grayscale: #525252. Windows color (decimal): -11120808 or 5787478. OLE color: 5787478.
HSL color Cylindrical-coordinate representation of color #564F58: hue angle of 286.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #564F58 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 79 | 88 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.65 |
| HSL | 286.67º | 0.05% | 0.33% | - |
| HSV(B) | 286.67º | 0.1% | 0.35% | - |
| XYZ | 8.4 | 8.27 | 10.39 | - |
| YUV | 82.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 88 | 0.02 | 0.10 | 0 | 0.65 | 286.67 | 0.05 | 0.33 |
| Hex | 56 | 4F | 58 | 2 | A | 0 | 41 | 11F | 5 | 21 |
| Octal | 126 | 117 | 130 | 2 | 12 | 0 | 101 | 437 | 5 | 41 |
| Binary | 1010110 | 1001111 | 1011000 | 10 | 1010 | 0 | 1000001 | 100011111 | 101 | 100001 |
Color Harmonies of #564F58
Complementary color
Monochromatic Colors of #564F58
Black with #564F58
Text Example
Text Example
White with #564F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F58; }
p { color: rgb(86,79,88); }
H1.HeaderClassName
{
color: #564F58;
}
.AnyTagClassName
{
color: #564F58;
}
</style>
background-color css
<style>
a { background-color: #564F58; }
a { background-color: rgb(86,79,88); }
div.DivClassName
{
background-color: #564F58;
}
.BgClassName
{
background-color: #564F58;
}
</style>
border-color css
<style>
span { border-color: #564F58; }
span { border-color: rgb(86,79,88); }
td.TdClassName
{
border-color: #564F58;
}
.TagClassName
{
border-color: #564F58;
}
</style>