Shades of Fedora #594D60
Tints of Fedora #594D60
RGB
CMYK
RGB Variations
Color information
#594D60 (or 0x594D60) is known color: Fedora. HEX triplet: 59, 4D and 60. RGB value is (89,77,96). Sum of RGB (Red+Green+Blue) = 89+77+96=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #594D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D60 is #A6B29F. Grayscale: #525252. Windows color (decimal): -10924704 or 6311257. OLE color: 6311257.
HSL color Cylindrical-coordinate representation of color #594D60: hue angle of 277.89º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #594D60 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 77 | 96 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.62 |
| HSL | 277.89º | 0.11% | 0.34% | - |
| HSV(B) | 277.89º | 0.2% | 0.38% | - |
| XYZ | 8.89 | 8.28 | 12.2 | - |
| YUV | 82.75 | 135.48 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 96 | 0.07 | 0.20 | 0 | 0.62 | 277.89 | 0.11 | 0.34 |
| Hex | 59 | 4D | 60 | 7 | 14 | 0 | 3E | 116 | B | 22 |
| Octal | 131 | 115 | 140 | 7 | 24 | 0 | 76 | 426 | 13 | 42 |
| Binary | 1011001 | 1001101 | 1100000 | 111 | 10100 | 0 | 111110 | 100010110 | 1011 | 100010 |
Color Harmonies of #594D60
Complementary color
Monochromatic Colors of #594D60
Black with #594D60
Text Example
Text Example
White with #594D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D60; }
p { color: rgb(89,77,96); }
H1.HeaderClassName
{
color: #594D60;
}
.AnyTagClassName
{
color: #594D60;
}
</style>
background-color css
<style>
a { background-color: #594D60; }
a { background-color: rgb(89,77,96); }
div.DivClassName
{
background-color: #594D60;
}
.BgClassName
{
background-color: #594D60;
}
</style>
border-color css
<style>
span { border-color: #594D60; }
span { border-color: rgb(89,77,96); }
td.TdClassName
{
border-color: #594D60;
}
.TagClassName
{
border-color: #594D60;
}
</style>