Shades of Fedora #59515D
Tints of Fedora #59515D
RGB
CMYK
RGB Variations
Color information
#59515D (or 0x59515D) is known color: Fedora. HEX triplet: 59, 51 and 5D. RGB value is (89,81,93). Sum of RGB (Red+Green+Blue) = 89+81+93=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #59515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59515D is #A6AEA2. Grayscale: #545454. Windows color (decimal): -10923683 or 6115673. OLE color: 6115673.
HSL color Cylindrical-coordinate representation of color #59515D: hue angle of 280º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #59515D is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 81 | 93 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.64 |
| HSL | 280º | 0.07% | 0.34% | - |
| HSV(B) | 280º | 0.13% | 0.36% | - |
| XYZ | 9.04 | 8.8 | 11.58 | - |
| YUV | 84.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 93 | 0.04 | 0.13 | 0 | 0.64 | 280 | 0.07 | 0.34 |
| Hex | 59 | 51 | 5D | 4 | D | 0 | 40 | 118 | 7 | 22 |
| Octal | 131 | 121 | 135 | 4 | 15 | 0 | 100 | 430 | 7 | 42 |
| Binary | 1011001 | 1010001 | 1011101 | 100 | 1101 | 0 | 1000000 | 100011000 | 111 | 100010 |
Color Harmonies of #59515D
Complementary color
Monochromatic Colors of #59515D
Black with #59515D
Text Example
Text Example
White with #59515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59515D; }
p { color: rgb(89,81,93); }
H1.HeaderClassName
{
color: #59515D;
}
.AnyTagClassName
{
color: #59515D;
}
</style>
background-color css
<style>
a { background-color: #59515D; }
a { background-color: rgb(89,81,93); }
div.DivClassName
{
background-color: #59515D;
}
.BgClassName
{
background-color: #59515D;
}
</style>
border-color css
<style>
span { border-color: #59515D; }
span { border-color: rgb(89,81,93); }
td.TdClassName
{
border-color: #59515D;
}
.TagClassName
{
border-color: #59515D;
}
</style>