Shades of Fedora #585159
Tints of Fedora #585159
RGB
CMYK
RGB Variations
Color information
#585159 (or 0x585159) is known color: Fedora. HEX triplet: 58, 51 and 59. RGB value is (88,81,89). Sum of RGB (Red+Green+Blue) = 88+81+89=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 89 - color contains mainly: blue. Hex color #585159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585159 is #A7AEA6. Grayscale: #535353. Windows color (decimal): -10989223 or 5853528. OLE color: 5853528.
HSL color Cylindrical-coordinate representation of color #585159: hue angle of 292.5º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #585159 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 81 | 89 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.65 |
| HSL | 292.5º | 0.05% | 0.33% | - |
| HSV(B) | 292.5º | 0.09% | 0.35% | - |
| XYZ | 8.77 | 8.68 | 10.66 | - |
| YUV | 84.01 | 130.82 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 81 | 89 | 0.01 | 0.09 | 0 | 0.65 | 292.5 | 0.05 | 0.33 |
| Hex | 58 | 51 | 59 | 1 | 9 | 0 | 41 | 124 | 5 | 21 |
| Octal | 130 | 121 | 131 | 1 | 11 | 0 | 101 | 444 | 5 | 41 |
| Binary | 1011000 | 1010001 | 1011001 | 1 | 1001 | 0 | 1000001 | 100100100 | 101 | 100001 |
Color Harmonies of #585159
Complementary color
Monochromatic Colors of #585159
Black with #585159
Text Example
Text Example
White with #585159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585159; }
p { color: rgb(88,81,89); }
H1.HeaderClassName
{
color: #585159;
}
.AnyTagClassName
{
color: #585159;
}
</style>
background-color css
<style>
a { background-color: #585159; }
a { background-color: rgb(88,81,89); }
div.DivClassName
{
background-color: #585159;
}
.BgClassName
{
background-color: #585159;
}
</style>
border-color css
<style>
span { border-color: #585159; }
span { border-color: rgb(88,81,89); }
td.TdClassName
{
border-color: #585159;
}
.TagClassName
{
border-color: #585159;
}
</style>