Shades of Fedora #595259
Tints of Fedora #595259
RGB
CMYK
RGB Variations
Color information
#595259 (or 0x595259) is known color: Fedora. HEX triplet: 59, 52 and 59. RGB value is (89,82,89). Sum of RGB (Red+Green+Blue) = 89+82+89=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #595259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595259 is #A6ADA6. Grayscale: #545454. Windows color (decimal): -10923431 or 5853785. OLE color: 5853785.
HSL color Cylindrical-coordinate representation of color #595259: hue angle of 300º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #595259 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 82 | 89 | - |
| CMYK | 0 | 0.08 | 0 | 0.65 |
| HSL | 300º | 0.04% | 0.34% | - |
| HSV(B) | 300º | 0.08% | 0.35% | - |
| XYZ | 8.94 | 8.88 | 10.69 | - |
| YUV | 84.89 | 130.32 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 89 | 0 | 0.08 | 0 | 0.65 | 300 | 0.04 | 0.34 |
| Hex | 59 | 52 | 59 | 0 | 8 | 0 | 41 | 12C | 4 | 22 |
| Octal | 131 | 122 | 131 | 0 | 10 | 0 | 101 | 454 | 4 | 42 |
| Binary | 1011001 | 1010010 | 1011001 | 0 | 1000 | 0 | 1000001 | 100101100 | 100 | 100010 |
Color Harmonies of #595259
Complementary color
Monochromatic Colors of #595259
Black with #595259
Text Example
Text Example
White with #595259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595259; }
p { color: rgb(89,82,89); }
H1.HeaderClassName
{
color: #595259;
}
.AnyTagClassName
{
color: #595259;
}
</style>
background-color css
<style>
a { background-color: #595259; }
a { background-color: rgb(89,82,89); }
div.DivClassName
{
background-color: #595259;
}
.BgClassName
{
background-color: #595259;
}
</style>
border-color css
<style>
span { border-color: #595259; }
span { border-color: rgb(89,82,89); }
td.TdClassName
{
border-color: #595259;
}
.TagClassName
{
border-color: #595259;
}
</style>