Shades of Fedora #594960
Tints of Fedora #594960
RGB
CMYK
RGB Variations
Color information
#594960 (or 0x594960) is known color: Fedora. HEX triplet: 59, 49 and 60. RGB value is (89,73,96). Sum of RGB (Red+Green+Blue) = 89+73+96=258 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.50% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #594960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594960 is #A6B69F. Grayscale: #505050. Windows color (decimal): -10925728 or 6310233. OLE color: 6310233.
HSL color Cylindrical-coordinate representation of color #594960: hue angle of 281.74º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #594960 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 73 | 96 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.62 |
| HSL | 281.74º | 0.14% | 0.33% | - |
| HSV(B) | 281.74º | 0.24% | 0.38% | - |
| XYZ | 8.61 | 7.73 | 12.11 | - |
| YUV | 80.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 73 | 96 | 0.07 | 0.24 | 0 | 0.62 | 281.74 | 0.14 | 0.33 |
| Hex | 59 | 49 | 60 | 7 | 18 | 0 | 3E | 11A | E | 21 |
| Octal | 131 | 111 | 140 | 7 | 30 | 0 | 76 | 432 | 16 | 41 |
| Binary | 1011001 | 1001001 | 1100000 | 111 | 11000 | 0 | 111110 | 100011010 | 1110 | 100001 |
Color Harmonies of #594960
Complementary color
Monochromatic Colors of #594960
Black with #594960
Text Example
Text Example
White with #594960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594960; }
p { color: rgb(89,73,96); }
H1.HeaderClassName
{
color: #594960;
}
.AnyTagClassName
{
color: #594960;
}
</style>
background-color css
<style>
a { background-color: #594960; }
a { background-color: rgb(89,73,96); }
div.DivClassName
{
background-color: #594960;
}
.BgClassName
{
background-color: #594960;
}
</style>
border-color css
<style>
span { border-color: #594960; }
span { border-color: rgb(89,73,96); }
td.TdClassName
{
border-color: #594960;
}
.TagClassName
{
border-color: #594960;
}
</style>