Shades of Fedora #595659
Tints of Fedora #595659
RGB
CMYK
RGB Variations
Color information
#595659 (or 0x595659) is known color: Fedora. HEX triplet: 59, 56 and 59. RGB value is (89,86,89). Sum of RGB (Red+Green+Blue) = 89+86+89=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #595659 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595659 is #A6A9A6. Grayscale: #575757. Windows color (decimal): -10922407 or 5854809. OLE color: 5854809.
HSL color Cylindrical-coordinate representation of color #595659: hue angle of 300º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #595659 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 86 | 89 | - |
| CMYK | 0 | 0.03 | 0 | 0.65 |
| HSL | 300º | 0.02% | 0.34% | - |
| HSV(B) | 300º | 0.03% | 0.35% | - |
| XYZ | 9.25 | 9.5 | 10.8 | - |
| YUV | 87.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 86 | 89 | 0 | 0.03 | 0 | 0.65 | 300 | 0.02 | 0.34 |
| Hex | 59 | 56 | 59 | 0 | 3 | 0 | 41 | 12C | 2 | 22 |
| Octal | 131 | 126 | 131 | 0 | 3 | 0 | 101 | 454 | 2 | 42 |
| Binary | 1011001 | 1010110 | 1011001 | 0 | 11 | 0 | 1000001 | 100101100 | 10 | 100010 |
Color Harmonies of #595659
Complementary color
Monochromatic Colors of #595659
Black with #595659
Text Example
Text Example
White with #595659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595659; }
p { color: rgb(89,86,89); }
H1.HeaderClassName
{
color: #595659;
}
.AnyTagClassName
{
color: #595659;
}
</style>
background-color css
<style>
a { background-color: #595659; }
a { background-color: rgb(89,86,89); }
div.DivClassName
{
background-color: #595659;
}
.BgClassName
{
background-color: #595659;
}
</style>
border-color css
<style>
span { border-color: #595659; }
span { border-color: rgb(89,86,89); }
td.TdClassName
{
border-color: #595659;
}
.TagClassName
{
border-color: #595659;
}
</style>