Shades of Fedora #59555B
Tints of Fedora #59555B
RGB
CMYK
RGB Variations
Color information
#59555B (or 0x59555B) is known color: Fedora. HEX triplet: 59, 55 and 5B. RGB value is (89,85,91). Sum of RGB (Red+Green+Blue) = 89+85+91=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 91 - color contains mainly: blue. Hex color #59555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59555B is #A6AAA4. Grayscale: #565656. Windows color (decimal): -10922661 or 5985625. OLE color: 5985625.
HSL color Cylindrical-coordinate representation of color #59555B: hue angle of 280º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #59555B is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 85 | 91 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.64 |
| HSL | 280º | 0.03% | 0.35% | - |
| HSV(B) | 280º | 0.07% | 0.36% | - |
| XYZ | 9.26 | 9.38 | 11.22 | - |
| YUV | 86.88 | 130.33 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 85 | 91 | 0.02 | 0.07 | 0 | 0.64 | 280 | 0.03 | 0.35 |
| Hex | 59 | 55 | 5B | 2 | 7 | 0 | 40 | 118 | 3 | 23 |
| Octal | 131 | 125 | 133 | 2 | 7 | 0 | 100 | 430 | 3 | 43 |
| Binary | 1011001 | 1010101 | 1011011 | 10 | 111 | 0 | 1000000 | 100011000 | 11 | 100011 |
Color Harmonies of #59555B
Complementary color
Monochromatic Colors of #59555B
Black with #59555B
Text Example
Text Example
White with #59555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59555B; }
p { color: rgb(89,85,91); }
H1.HeaderClassName
{
color: #59555B;
}
.AnyTagClassName
{
color: #59555B;
}
</style>
background-color css
<style>
a { background-color: #59555B; }
a { background-color: rgb(89,85,91); }
div.DivClassName
{
background-color: #59555B;
}
.BgClassName
{
background-color: #59555B;
}
</style>
border-color css
<style>
span { border-color: #59555B; }
span { border-color: rgb(89,85,91); }
td.TdClassName
{
border-color: #59555B;
}
.TagClassName
{
border-color: #59555B;
}
</style>