Shades of Fedora #59535B
Tints of Fedora #59535B
RGB
CMYK
RGB Variations
Color information
#59535B (or 0x59535B) is known color: Fedora. HEX triplet: 59, 53 and 5B. RGB value is (89,83,91). Sum of RGB (Red+Green+Blue) = 89+83+91=263 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.84% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 91 - color contains mainly: blue. Hex color #59535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59535B is #A6ACA4. Grayscale: #555555. Windows color (decimal): -10923173 or 5985113. OLE color: 5985113.
HSL color Cylindrical-coordinate representation of color #59535B: hue angle of 285º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #59535B is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 83 | 91 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.64 |
| HSL | 285º | 0.05% | 0.34% | - |
| HSV(B) | 285º | 0.09% | 0.36% | - |
| XYZ | 9.1 | 9.07 | 11.17 | - |
| YUV | 85.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 91 | 0.02 | 0.09 | 0 | 0.64 | 285 | 0.05 | 0.34 |
| Hex | 59 | 53 | 5B | 2 | 9 | 0 | 40 | 11D | 5 | 22 |
| Octal | 131 | 123 | 133 | 2 | 11 | 0 | 100 | 435 | 5 | 42 |
| Binary | 1011001 | 1010011 | 1011011 | 10 | 1001 | 0 | 1000000 | 100011101 | 101 | 100010 |
Color Harmonies of #59535B
Complementary color
Monochromatic Colors of #59535B
Black with #59535B
Text Example
Text Example
White with #59535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59535B; }
p { color: rgb(89,83,91); }
H1.HeaderClassName
{
color: #59535B;
}
.AnyTagClassName
{
color: #59535B;
}
</style>
background-color css
<style>
a { background-color: #59535B; }
a { background-color: rgb(89,83,91); }
div.DivClassName
{
background-color: #59535B;
}
.BgClassName
{
background-color: #59535B;
}
</style>
border-color css
<style>
span { border-color: #59535B; }
span { border-color: rgb(89,83,91); }
td.TdClassName
{
border-color: #59535B;
}
.TagClassName
{
border-color: #59535B;
}
</style>