Shades of Fedora #594B60
Tints of Fedora #594B60
RGB
CMYK
RGB Variations
Color information
#594B60 (or 0x594B60) is known color: Fedora. HEX triplet: 59, 4B and 60. RGB value is (89,75,96). Sum of RGB (Red+Green+Blue) = 89+75+96=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 75 (29.69% from 255 or 28.85% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 96 - color contains mainly: blue. Hex color #594B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594B60 is #A6B49F. Grayscale: #515151. Windows color (decimal): -10925216 or 6310745. OLE color: 6310745.
HSL color Cylindrical-coordinate representation of color #594B60: hue angle of 280º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #594B60 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 75 | 96 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.62 |
| HSL | 280º | 0.12% | 0.34% | - |
| HSV(B) | 280º | 0.22% | 0.38% | - |
| XYZ | 8.75 | 8 | 12.15 | - |
| YUV | 81.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 96 | 0.07 | 0.22 | 0 | 0.62 | 280 | 0.12 | 0.34 |
| Hex | 59 | 4B | 60 | 7 | 16 | 0 | 3E | 118 | C | 22 |
| Octal | 131 | 113 | 140 | 7 | 26 | 0 | 76 | 430 | 14 | 42 |
| Binary | 1011001 | 1001011 | 1100000 | 111 | 10110 | 0 | 111110 | 100011000 | 1100 | 100010 |
Color Harmonies of #594B60
Complementary color
Monochromatic Colors of #594B60
Black with #594B60
Text Example
Text Example
White with #594B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B60; }
p { color: rgb(89,75,96); }
H1.HeaderClassName
{
color: #594B60;
}
.AnyTagClassName
{
color: #594B60;
}
</style>
background-color css
<style>
a { background-color: #594B60; }
a { background-color: rgb(89,75,96); }
div.DivClassName
{
background-color: #594B60;
}
.BgClassName
{
background-color: #594B60;
}
</style>
border-color css
<style>
span { border-color: #594B60; }
span { border-color: rgb(89,75,96); }
td.TdClassName
{
border-color: #594B60;
}
.TagClassName
{
border-color: #594B60;
}
</style>