Shades of Fedora #594E5A
Tints of Fedora #594E5A
RGB
CMYK
RGB Variations
Color information
#594E5A (or 0x594E5A) is known color: Fedora. HEX triplet: 59, 4E and 5A. RGB value is (89,78,90). Sum of RGB (Red+Green+Blue) = 89+78+90=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 90 - color contains mainly: blue. Hex color #594E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E5A is #A6B1A5. Grayscale: #525252. Windows color (decimal): -10924454 or 5918297. OLE color: 5918297.
HSL color Cylindrical-coordinate representation of color #594E5A: hue angle of 295º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #594E5A is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 90 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.65 |
| HSL | 295º | 0.07% | 0.33% | - |
| HSV(B) | 295º | 0.13% | 0.35% | - |
| XYZ | 8.69 | 8.31 | 10.82 | - |
| YUV | 82.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 90 | 0.01 | 0.13 | 0 | 0.65 | 295 | 0.07 | 0.33 |
| Hex | 59 | 4E | 5A | 1 | D | 0 | 41 | 127 | 7 | 21 |
| Octal | 131 | 116 | 132 | 1 | 15 | 0 | 101 | 447 | 7 | 41 |
| Binary | 1011001 | 1001110 | 1011010 | 1 | 1101 | 0 | 1000001 | 100100111 | 111 | 100001 |
Color Harmonies of #594E5A
Complementary color
Monochromatic Colors of #594E5A
Black with #594E5A
Text Example
Text Example
White with #594E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E5A; }
p { color: rgb(89,78,90); }
H1.HeaderClassName
{
color: #594E5A;
}
.AnyTagClassName
{
color: #594E5A;
}
</style>
background-color css
<style>
a { background-color: #594E5A; }
a { background-color: rgb(89,78,90); }
div.DivClassName
{
background-color: #594E5A;
}
.BgClassName
{
background-color: #594E5A;
}
</style>
border-color css
<style>
span { border-color: #594E5A; }
span { border-color: rgb(89,78,90); }
td.TdClassName
{
border-color: #594E5A;
}
.TagClassName
{
border-color: #594E5A;
}
</style>