Shades of Fedora #565556
Tints of Fedora #565556
RGB
CMYK
RGB Variations
Color information
#565556 (or 0x565556) is known color: Fedora. HEX triplet: 56, 55 and 56. RGB value is (86,85,86). Sum of RGB (Red+Green+Blue) = 86+85+86=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #565556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565556 is #A9AAA9. Grayscale: #555555. Windows color (decimal): -11119274 or 5657942. OLE color: 5657942.
HSL color Cylindrical-coordinate representation of color #565556: hue angle of 300º degrees, saturation: 0.01, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #565556 is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
RGB | 86 | 85 | 86 | - |
CMYK | 0 | 0.01 | 0 | 0.66 |
HSL | 300º | 0.01% | 0.34% | - |
HSV(B) | 300º | 0.01% | 0.34% | - |
XYZ | 8.77 | 9.15 | 10.11 | - |
YUV | 85.41 | 128.33 | 128.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 85 | 86 | 0 | 0.01 | 0 | 0.66 | 300 | 0.01 | 0.34 |
Hex | 56 | 55 | 56 | 0 | 1 | 0 | 42 | 12C | 1 | 22 |
Octal | 126 | 125 | 126 | 0 | 1 | 0 | 102 | 454 | 1 | 42 |
Binary | 1010110 | 1010101 | 1010110 | 0 | 1 | 0 | 1000010 | 100101100 | 1 | 100010 |
Color Harmonies of #565556
Complementary color
Monochromatic Colors of #565556
Black with #565556
Text Example
Text Example
White with #565556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565556; }
p { color: rgb(86,85,86); }
H1.HeaderClassName
{
color: #565556;
}
.AnyTagClassName
{
color: #565556;
}
</style>
background-color css
<style>
a { background-color: #565556; }
a { background-color: rgb(86,85,86); }
div.DivClassName
{
background-color: #565556;
}
.BgClassName
{
background-color: #565556;
}
</style>
border-color css
<style>
span { border-color: #565556; }
span { border-color: rgb(86,85,86); }
td.TdClassName
{
border-color: #565556;
}
.TagClassName
{
border-color: #565556;
}
</style>