Shades of Fedora #59525D
Tints of Fedora #59525D
RGB
CMYK
RGB Variations
Color information
#59525D (or 0x59525D) is known color: Fedora. HEX triplet: 59, 52 and 5D. RGB value is (89,82,93). Sum of RGB (Red+Green+Blue) = 89+82+93=264 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.71% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 93 - color contains mainly: blue. Hex color #59525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59525D is #A6ADA2. Grayscale: #555555. Windows color (decimal): -10923427 or 6115929. OLE color: 6115929.
HSL color Cylindrical-coordinate representation of color #59525D: hue angle of 278.18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #59525D is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 82 | 93 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.64 |
| HSL | 278.18º | 0.06% | 0.34% | - |
| HSV(B) | 278.18º | 0.12% | 0.36% | - |
| XYZ | 9.11 | 8.95 | 11.6 | - |
| YUV | 85.35 | 132.32 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 82 | 93 | 0.04 | 0.12 | 0 | 0.64 | 278.18 | 0.06 | 0.34 |
| Hex | 59 | 52 | 5D | 4 | C | 0 | 40 | 116 | 6 | 22 |
| Octal | 131 | 122 | 135 | 4 | 14 | 0 | 100 | 426 | 6 | 42 |
| Binary | 1011001 | 1010010 | 1011101 | 100 | 1100 | 0 | 1000000 | 100010110 | 110 | 100010 |
Color Harmonies of #59525D
Complementary color
Monochromatic Colors of #59525D
Black with #59525D
Text Example
Text Example
White with #59525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59525D; }
p { color: rgb(89,82,93); }
H1.HeaderClassName
{
color: #59525D;
}
.AnyTagClassName
{
color: #59525D;
}
</style>
background-color css
<style>
a { background-color: #59525D; }
a { background-color: rgb(89,82,93); }
div.DivClassName
{
background-color: #59525D;
}
.BgClassName
{
background-color: #59525D;
}
</style>
border-color css
<style>
span { border-color: #59525D; }
span { border-color: rgb(89,82,93); }
td.TdClassName
{
border-color: #59525D;
}
.TagClassName
{
border-color: #59525D;
}
</style>