Shades of Fedora #59515B
Tints of Fedora #59515B
RGB
CMYK
RGB Variations
Color information
#59515B (or 0x59515B) is known color: Fedora. HEX triplet: 59, 51 and 5B. RGB value is (89,81,91). Sum of RGB (Red+Green+Blue) = 89+81+91=261 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.10% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 91 - color contains mainly: blue. Hex color #59515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59515B is #A6AEA4. Grayscale: #545454. Windows color (decimal): -10923685 or 5984601. OLE color: 5984601.
HSL color Cylindrical-coordinate representation of color #59515B: hue angle of 288º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #59515B is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 81 | 91 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.64 |
| HSL | 288º | 0.06% | 0.34% | - |
| HSV(B) | 288º | 0.11% | 0.36% | - |
| XYZ | 8.95 | 8.76 | 11.12 | - |
| YUV | 84.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 91 | 0.02 | 0.11 | 0 | 0.64 | 288 | 0.06 | 0.34 |
| Hex | 59 | 51 | 5B | 2 | B | 0 | 40 | 120 | 6 | 22 |
| Octal | 131 | 121 | 133 | 2 | 13 | 0 | 100 | 440 | 6 | 42 |
| Binary | 1011001 | 1010001 | 1011011 | 10 | 1011 | 0 | 1000000 | 100100000 | 110 | 100010 |
Color Harmonies of #59515B
Complementary color
Monochromatic Colors of #59515B
Black with #59515B
Text Example
Text Example
White with #59515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59515B; }
p { color: rgb(89,81,91); }
H1.HeaderClassName
{
color: #59515B;
}
.AnyTagClassName
{
color: #59515B;
}
</style>
background-color css
<style>
a { background-color: #59515B; }
a { background-color: rgb(89,81,91); }
div.DivClassName
{
background-color: #59515B;
}
.BgClassName
{
background-color: #59515B;
}
</style>
border-color css
<style>
span { border-color: #59515B; }
span { border-color: rgb(89,81,91); }
td.TdClassName
{
border-color: #59515B;
}
.TagClassName
{
border-color: #59515B;
}
</style>