Shades of Fedora #584E5D
Tints of Fedora #584E5D
RGB
CMYK
RGB Variations
Color information
#584E5D (or 0x584E5D) is known color: Fedora. HEX triplet: 58, 4E and 5D. RGB value is (88,78,93). Sum of RGB (Red+Green+Blue) = 88+78+93=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 93 - color contains mainly: blue. Hex color #584E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584E5D is #A7B1A2. Grayscale: #525252. Windows color (decimal): -10989987 or 6114904. OLE color: 6114904.
HSL color Cylindrical-coordinate representation of color #584E5D: hue angle of 280º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #584E5D is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 78 | 93 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.64 |
| HSL | 280º | 0.09% | 0.34% | - |
| HSV(B) | 280º | 0.16% | 0.36% | - |
| XYZ | 8.72 | 8.31 | 11.5 | - |
| YUV | 82.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 93 | 0.05 | 0.16 | 0 | 0.64 | 280 | 0.09 | 0.34 |
| Hex | 58 | 4E | 5D | 5 | 10 | 0 | 40 | 118 | 9 | 22 |
| Octal | 130 | 116 | 135 | 5 | 20 | 0 | 100 | 430 | 11 | 42 |
| Binary | 1011000 | 1001110 | 1011101 | 101 | 10000 | 0 | 1000000 | 100011000 | 1001 | 100010 |
Color Harmonies of #584E5D
Complementary color
Monochromatic Colors of #584E5D
Black with #584E5D
Text Example
Text Example
White with #584E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584E5D; }
p { color: rgb(88,78,93); }
H1.HeaderClassName
{
color: #584E5D;
}
.AnyTagClassName
{
color: #584E5D;
}
</style>
background-color css
<style>
a { background-color: #584E5D; }
a { background-color: rgb(88,78,93); }
div.DivClassName
{
background-color: #584E5D;
}
.BgClassName
{
background-color: #584E5D;
}
</style>
border-color css
<style>
span { border-color: #584E5D; }
span { border-color: rgb(88,78,93); }
td.TdClassName
{
border-color: #584E5D;
}
.TagClassName
{
border-color: #584E5D;
}
</style>