Shades of Fedora #584D59
Tints of Fedora #584D59
RGB
CMYK
RGB Variations
Color information
#584D59 (or 0x584D59) is known color: Fedora. HEX triplet: 58, 4D and 59. RGB value is (88,77,89). Sum of RGB (Red+Green+Blue) = 88+77+89=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 89 - color contains mainly: blue. Hex color #584D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D59 is #A7B2A6. Grayscale: #515151. Windows color (decimal): -10990247 or 5852504. OLE color: 5852504.
HSL color Cylindrical-coordinate representation of color #584D59: hue angle of 295º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #584D59 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 77 | 89 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.65 |
| HSL | 295º | 0.07% | 0.33% | - |
| HSV(B) | 295º | 0.13% | 0.35% | - |
| XYZ | 8.48 | 8.1 | 10.57 | - |
| YUV | 81.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 89 | 0.01 | 0.13 | 0 | 0.65 | 295 | 0.07 | 0.33 |
| Hex | 58 | 4D | 59 | 1 | D | 0 | 41 | 127 | 7 | 21 |
| Octal | 130 | 115 | 131 | 1 | 15 | 0 | 101 | 447 | 7 | 41 |
| Binary | 1011000 | 1001101 | 1011001 | 1 | 1101 | 0 | 1000001 | 100100111 | 111 | 100001 |
Color Harmonies of #584D59
Complementary color
Monochromatic Colors of #584D59
Black with #584D59
Text Example
Text Example
White with #584D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584D59; }
p { color: rgb(88,77,89); }
H1.HeaderClassName
{
color: #584D59;
}
.AnyTagClassName
{
color: #584D59;
}
</style>
background-color css
<style>
a { background-color: #584D59; }
a { background-color: rgb(88,77,89); }
div.DivClassName
{
background-color: #584D59;
}
.BgClassName
{
background-color: #584D59;
}
</style>
border-color css
<style>
span { border-color: #584D59; }
span { border-color: rgb(88,77,89); }
td.TdClassName
{
border-color: #584D59;
}
.TagClassName
{
border-color: #584D59;
}
</style>