Shades of Fedora #594E5D
Tints of Fedora #594E5D
RGB
CMYK
RGB Variations
Color information
#594E5D (or 0x594E5D) is known color: Fedora. HEX triplet: 59, 4E and 5D. RGB value is (89,78,93). Sum of RGB (Red+Green+Blue) = 89+78+93=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 93 - color contains mainly: blue. Hex color #594E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E5D is #A6B1A2. Grayscale: #525252. Windows color (decimal): -10924451 or 6114905. OLE color: 6114905.
HSL color Cylindrical-coordinate representation of color #594E5D: hue angle of 284º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #594E5D is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 78 | 93 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.64 |
| HSL | 284º | 0.09% | 0.34% | - |
| HSV(B) | 284º | 0.16% | 0.36% | - |
| XYZ | 8.82 | 8.36 | 11.51 | - |
| YUV | 83 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 93 | 0.04 | 0.16 | 0 | 0.64 | 284 | 0.09 | 0.34 |
| Hex | 59 | 4E | 5D | 4 | 10 | 0 | 40 | 11C | 9 | 22 |
| Octal | 131 | 116 | 135 | 4 | 20 | 0 | 100 | 434 | 11 | 42 |
| Binary | 1011001 | 1001110 | 1011101 | 100 | 10000 | 0 | 1000000 | 100011100 | 1001 | 100010 |
Color Harmonies of #594E5D
Complementary color
Monochromatic Colors of #594E5D
Black with #594E5D
Text Example
Text Example
White with #594E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E5D; }
p { color: rgb(89,78,93); }
H1.HeaderClassName
{
color: #594E5D;
}
.AnyTagClassName
{
color: #594E5D;
}
</style>
background-color css
<style>
a { background-color: #594E5D; }
a { background-color: rgb(89,78,93); }
div.DivClassName
{
background-color: #594E5D;
}
.BgClassName
{
background-color: #594E5D;
}
</style>
border-color css
<style>
span { border-color: #594E5D; }
span { border-color: rgb(89,78,93); }
td.TdClassName
{
border-color: #594E5D;
}
.TagClassName
{
border-color: #594E5D;
}
</style>