Shades of Fedora #59515A
Tints of Fedora #59515A
RGB
CMYK
RGB Variations
Color information
#59515A (or 0x59515A) is known color: Fedora. HEX triplet: 59, 51 and 5A. RGB value is (89,81,90). Sum of RGB (Red+Green+Blue) = 89+81+90=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 90 - color contains mainly: blue. Hex color #59515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59515A is #A6AEA5. Grayscale: #545454. Windows color (decimal): -10923686 or 5919065. OLE color: 5919065.
HSL color Cylindrical-coordinate representation of color #59515A: hue angle of 293.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #59515A is Cyan = 0.01, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 81 | 90 | - |
| CMYK | 0.01 | 0.1 | 0 | 0.65 |
| HSL | 293.33º | 0.05% | 0.34% | - |
| HSV(B) | 293.33º | 0.1% | 0.35% | - |
| XYZ | 8.91 | 8.75 | 10.89 | - |
| YUV | 84.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 81 | 90 | 0.01 | 0.1 | 0 | 0.65 | 293.33 | 0.05 | 0.34 |
| Hex | 59 | 51 | 5A | 1 | A | 0 | 41 | 125 | 5 | 22 |
| Octal | 131 | 121 | 132 | 1 | 12 | 0 | 101 | 445 | 5 | 42 |
| Binary | 1011001 | 1010001 | 1011010 | 1 | 1010 | 0 | 1000001 | 100100101 | 101 | 100010 |
Color Harmonies of #59515A
Complementary color
Monochromatic Colors of #59515A
Black with #59515A
Text Example
Text Example
White with #59515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59515A; }
p { color: rgb(89,81,90); }
H1.HeaderClassName
{
color: #59515A;
}
.AnyTagClassName
{
color: #59515A;
}
</style>
background-color css
<style>
a { background-color: #59515A; }
a { background-color: rgb(89,81,90); }
div.DivClassName
{
background-color: #59515A;
}
.BgClassName
{
background-color: #59515A;
}
</style>
border-color css
<style>
span { border-color: #59515A; }
span { border-color: rgb(89,81,90); }
td.TdClassName
{
border-color: #59515A;
}
.TagClassName
{
border-color: #59515A;
}
</style>