Shades of Fedora #595359
Tints of Fedora #595359
RGB
CMYK
RGB Variations
Color information
#595359 (or 0x595359) is known color: Fedora. HEX triplet: 59, 53 and 59. RGB value is (89,83,89). Sum of RGB (Red+Green+Blue) = 89+83+89=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #595359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595359 is #A6ACA6. Grayscale: #555555. Windows color (decimal): -10923175 or 5854041. OLE color: 5854041.
HSL color Cylindrical-coordinate representation of color #595359: hue angle of 300º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #595359 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 83 | 89 | - |
| CMYK | 0 | 0.07 | 0 | 0.65 |
| HSL | 300º | 0.03% | 0.34% | - |
| HSV(B) | 300º | 0.07% | 0.35% | - |
| XYZ | 9.02 | 9.03 | 10.72 | - |
| YUV | 85.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 89 | 0 | 0.07 | 0 | 0.65 | 300 | 0.03 | 0.34 |
| Hex | 59 | 53 | 59 | 0 | 7 | 0 | 41 | 12C | 3 | 22 |
| Octal | 131 | 123 | 131 | 0 | 7 | 0 | 101 | 454 | 3 | 42 |
| Binary | 1011001 | 1010011 | 1011001 | 0 | 111 | 0 | 1000001 | 100101100 | 11 | 100010 |
Color Harmonies of #595359
Complementary color
Monochromatic Colors of #595359
Black with #595359
Text Example
Text Example
White with #595359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595359; }
p { color: rgb(89,83,89); }
H1.HeaderClassName
{
color: #595359;
}
.AnyTagClassName
{
color: #595359;
}
</style>
background-color css
<style>
a { background-color: #595359; }
a { background-color: rgb(89,83,89); }
div.DivClassName
{
background-color: #595359;
}
.BgClassName
{
background-color: #595359;
}
</style>
border-color css
<style>
span { border-color: #595359; }
span { border-color: rgb(89,83,89); }
td.TdClassName
{
border-color: #595359;
}
.TagClassName
{
border-color: #595359;
}
</style>