Shades of Fedora #594F5B
Tints of Fedora #594F5B
RGB
CMYK
RGB Variations
Color information
#594F5B (or 0x594F5B) is known color: Fedora. HEX triplet: 59, 4F and 5B. RGB value is (89,79,91). Sum of RGB (Red+Green+Blue) = 89+79+91=259 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.36% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 91 - color contains mainly: blue. Hex color #594F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594F5B is #A6B0A4. Grayscale: #535353. Windows color (decimal): -10924197 or 5984089. OLE color: 5984089.
HSL color Cylindrical-coordinate representation of color #594F5B: hue angle of 290º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #594F5B is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 79 | 91 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.64 |
| HSL | 290º | 0.07% | 0.33% | - |
| HSV(B) | 290º | 0.13% | 0.36% | - |
| XYZ | 8.8 | 8.47 | 11.07 | - |
| YUV | 83.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 91 | 0.02 | 0.13 | 0 | 0.64 | 290 | 0.07 | 0.33 |
| Hex | 59 | 4F | 5B | 2 | D | 0 | 40 | 122 | 7 | 21 |
| Octal | 131 | 117 | 133 | 2 | 15 | 0 | 100 | 442 | 7 | 41 |
| Binary | 1011001 | 1001111 | 1011011 | 10 | 1101 | 0 | 1000000 | 100100010 | 111 | 100001 |
Color Harmonies of #594F5B
Complementary color
Monochromatic Colors of #594F5B
Black with #594F5B
Text Example
Text Example
White with #594F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594F5B; }
p { color: rgb(89,79,91); }
H1.HeaderClassName
{
color: #594F5B;
}
.AnyTagClassName
{
color: #594F5B;
}
</style>
background-color css
<style>
a { background-color: #594F5B; }
a { background-color: rgb(89,79,91); }
div.DivClassName
{
background-color: #594F5B;
}
.BgClassName
{
background-color: #594F5B;
}
</style>
border-color css
<style>
span { border-color: #594F5B; }
span { border-color: rgb(89,79,91); }
td.TdClassName
{
border-color: #594F5B;
}
.TagClassName
{
border-color: #594F5B;
}
</style>