Shades of Fedora #59505D
Tints of Fedora #59505D
RGB
CMYK
RGB Variations
Color information
#59505D (or 0x59505D) is known color: Fedora. HEX triplet: 59, 50 and 5D. RGB value is (89,80,93). Sum of RGB (Red+Green+Blue) = 89+80+93=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #59505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59505D is #A6AFA2. Grayscale: #545454. Windows color (decimal): -10923939 or 6115417. OLE color: 6115417.
HSL color Cylindrical-coordinate representation of color #59505D: hue angle of 281.54º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #59505D is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 80 | 93 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.64 |
| HSL | 281.54º | 0.08% | 0.34% | - |
| HSV(B) | 281.54º | 0.14% | 0.36% | - |
| XYZ | 8.96 | 8.65 | 11.55 | - |
| YUV | 84.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 80 | 93 | 0.04 | 0.14 | 0 | 0.64 | 281.54 | 0.08 | 0.34 |
| Hex | 59 | 50 | 5D | 4 | E | 0 | 40 | 11A | 8 | 22 |
| Octal | 131 | 120 | 135 | 4 | 16 | 0 | 100 | 432 | 10 | 42 |
| Binary | 1011001 | 1010000 | 1011101 | 100 | 1110 | 0 | 1000000 | 100011010 | 1000 | 100010 |
Color Harmonies of #59505D
Complementary color
Monochromatic Colors of #59505D
Black with #59505D
Text Example
Text Example
White with #59505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59505D; }
p { color: rgb(89,80,93); }
H1.HeaderClassName
{
color: #59505D;
}
.AnyTagClassName
{
color: #59505D;
}
</style>
background-color css
<style>
a { background-color: #59505D; }
a { background-color: rgb(89,80,93); }
div.DivClassName
{
background-color: #59505D;
}
.BgClassName
{
background-color: #59505D;
}
</style>
border-color css
<style>
span { border-color: #59505D; }
span { border-color: rgb(89,80,93); }
td.TdClassName
{
border-color: #59505D;
}
.TagClassName
{
border-color: #59505D;
}
</style>