Shades of Fedora #594E5E
Tints of Fedora #594E5E
RGB
CMYK
RGB Variations
Color information
#594E5E (or 0x594E5E) is known color: Fedora. HEX triplet: 59, 4E and 5E. RGB value is (89,78,94). Sum of RGB (Red+Green+Blue) = 89+78+94=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 94 - color contains mainly: blue. Hex color #594E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594E5E is #A6B1A1. Grayscale: #535353. Windows color (decimal): -10924450 or 6180441. OLE color: 6180441.
HSL color Cylindrical-coordinate representation of color #594E5E: hue angle of 281.25º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #594E5E is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 89 | 78 | 94 | - |
CMYK | 0.05 | 0.17 | 0 | 0.63 |
HSL | 281.25º | 0.09% | 0.34% | - |
HSV(B) | 281.25º | 0.17% | 0.37% | - |
XYZ | 8.86 | 8.38 | 11.74 | - |
YUV | 83.11 | 134.14 | 132.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 89 | 78 | 94 | 0.05 | 0.17 | 0 | 0.63 | 281.25 | 0.09 | 0.34 |
Hex | 59 | 4E | 5E | 5 | 11 | 0 | 3F | 119 | 9 | 22 |
Octal | 131 | 116 | 136 | 5 | 21 | 0 | 77 | 431 | 11 | 42 |
Binary | 1011001 | 1001110 | 1011110 | 101 | 10001 | 0 | 111111 | 100011001 | 1001 | 100010 |
Color Harmonies of #594E5E
Complementary color
Monochromatic Colors of #594E5E
Black with #594E5E
Text Example
Text Example
White with #594E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E5E; }
p { color: rgb(89,78,94); }
H1.HeaderClassName
{
color: #594E5E;
}
.AnyTagClassName
{
color: #594E5E;
}
</style>
background-color css
<style>
a { background-color: #594E5E; }
a { background-color: rgb(89,78,94); }
div.DivClassName
{
background-color: #594E5E;
}
.BgClassName
{
background-color: #594E5E;
}
</style>
border-color css
<style>
span { border-color: #594E5E; }
span { border-color: rgb(89,78,94); }
td.TdClassName
{
border-color: #594E5E;
}
.TagClassName
{
border-color: #594E5E;
}
</style>