Shades of Fedora #584F59
Tints of Fedora #584F59
RGB
CMYK
RGB Variations
Color information
#584F59 (or 0x584F59) is known color: Fedora. HEX triplet: 58, 4F and 59. RGB value is (88,79,89). Sum of RGB (Red+Green+Blue) = 88+79+89=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 89 - color contains mainly: blue. Hex color #584F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584F59 is #A7B0A6. Grayscale: #525252. Windows color (decimal): -10989735 or 5853016. OLE color: 5853016.
HSL color Cylindrical-coordinate representation of color #584F59: hue angle of 294º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #584F59 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 79 | 89 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.65 |
| HSL | 294º | 0.06% | 0.33% | - |
| HSV(B) | 294º | 0.11% | 0.35% | - |
| XYZ | 8.62 | 8.39 | 10.62 | - |
| YUV | 82.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 79 | 89 | 0.01 | 0.11 | 0 | 0.65 | 294 | 0.06 | 0.33 |
| Hex | 58 | 4F | 59 | 1 | B | 0 | 41 | 126 | 6 | 21 |
| Octal | 130 | 117 | 131 | 1 | 13 | 0 | 101 | 446 | 6 | 41 |
| Binary | 1011000 | 1001111 | 1011001 | 1 | 1011 | 0 | 1000001 | 100100110 | 110 | 100001 |
Color Harmonies of #584F59
Complementary color
Monochromatic Colors of #584F59
Black with #584F59
Text Example
Text Example
White with #584F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584F59; }
p { color: rgb(88,79,89); }
H1.HeaderClassName
{
color: #584F59;
}
.AnyTagClassName
{
color: #584F59;
}
</style>
background-color css
<style>
a { background-color: #584F59; }
a { background-color: rgb(88,79,89); }
div.DivClassName
{
background-color: #584F59;
}
.BgClassName
{
background-color: #584F59;
}
</style>
border-color css
<style>
span { border-color: #584F59; }
span { border-color: rgb(88,79,89); }
td.TdClassName
{
border-color: #584F59;
}
.TagClassName
{
border-color: #584F59;
}
</style>