Shades of Fedora #564C58
Tints of Fedora #564C58
RGB
CMYK
RGB Variations
Color information
#564C58 (or 0x564C58) is known color: Fedora. HEX triplet: 56, 4C and 58. RGB value is (86,76,88). Sum of RGB (Red+Green+Blue) = 86+76+88=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 88 - color contains mainly: blue. Hex color #564C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C58 is #A9B3A7. Grayscale: #505050. Windows color (decimal): -11121576 or 5786710. OLE color: 5786710.
HSL color Cylindrical-coordinate representation of color #564C58: hue angle of 290º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #564C58 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 76 | 88 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.65 |
| HSL | 290º | 0.07% | 0.32% | - |
| HSV(B) | 290º | 0.14% | 0.35% | - |
| XYZ | 8.18 | 7.85 | 10.32 | - |
| YUV | 80.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 88 | 0.02 | 0.14 | 0 | 0.65 | 290 | 0.07 | 0.32 |
| Hex | 56 | 4C | 58 | 2 | E | 0 | 41 | 122 | 7 | 20 |
| Octal | 126 | 114 | 130 | 2 | 16 | 0 | 101 | 442 | 7 | 40 |
| Binary | 1010110 | 1001100 | 1011000 | 10 | 1110 | 0 | 1000001 | 100100010 | 111 | 100000 |
Color Harmonies of #564C58
Complementary color
Monochromatic Colors of #564C58
Black with #564C58
Text Example
Text Example
White with #564C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C58; }
p { color: rgb(86,76,88); }
H1.HeaderClassName
{
color: #564C58;
}
.AnyTagClassName
{
color: #564C58;
}
</style>
background-color css
<style>
a { background-color: #564C58; }
a { background-color: rgb(86,76,88); }
div.DivClassName
{
background-color: #564C58;
}
.BgClassName
{
background-color: #564C58;
}
</style>
border-color css
<style>
span { border-color: #564C58; }
span { border-color: rgb(86,76,88); }
td.TdClassName
{
border-color: #564C58;
}
.TagClassName
{
border-color: #564C58;
}
</style>