Shades of Fedora #565256
Tints of Fedora #565256
RGB
CMYK
RGB Variations
Color information
#565256 (or 0x565256) is known color: Fedora. HEX triplet: 56, 52 and 56. RGB value is (86,82,86). Sum of RGB (Red+Green+Blue) = 86+82+86=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #565256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565256 is #A9ADA9. Grayscale: #535353. Windows color (decimal): -11120042 or 5657174. OLE color: 5657174.
HSL color Cylindrical-coordinate representation of color #565256: hue angle of 300º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #565256 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
RGB | 86 | 82 | 86 | - |
CMYK | 0 | 0.05 | 0 | 0.66 |
HSL | 300º | 0.02% | 0.33% | - |
HSV(B) | 300º | 0.05% | 0.34% | - |
XYZ | 8.53 | 8.68 | 10.03 | - |
YUV | 83.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 82 | 86 | 0 | 0.05 | 0 | 0.66 | 300 | 0.02 | 0.33 |
Hex | 56 | 52 | 56 | 0 | 5 | 0 | 42 | 12C | 2 | 21 |
Octal | 126 | 122 | 126 | 0 | 5 | 0 | 102 | 454 | 2 | 41 |
Binary | 1010110 | 1010010 | 1010110 | 0 | 101 | 0 | 1000010 | 100101100 | 10 | 100001 |
Color Harmonies of #565256
Complementary color
Monochromatic Colors of #565256
Black with #565256
Text Example
Text Example
White with #565256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565256; }
p { color: rgb(86,82,86); }
H1.HeaderClassName
{
color: #565256;
}
.AnyTagClassName
{
color: #565256;
}
</style>
background-color css
<style>
a { background-color: #565256; }
a { background-color: rgb(86,82,86); }
div.DivClassName
{
background-color: #565256;
}
.BgClassName
{
background-color: #565256;
}
</style>
border-color css
<style>
span { border-color: #565256; }
span { border-color: rgb(86,82,86); }
td.TdClassName
{
border-color: #565256;
}
.TagClassName
{
border-color: #565256;
}
</style>