Shades of Fedora #585458
Tints of Fedora #585458
RGB
CMYK
RGB Variations
Color information
#585458 (or 0x585458) is known color: Fedora. HEX triplet: 58, 54 and 58. RGB value is (88,84,88). Sum of RGB (Red+Green+Blue) = 88+84+88=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585458 is #A7ABA7. Grayscale: #555555. Windows color (decimal): -10988456 or 5788760. OLE color: 5788760.
HSL color Cylindrical-coordinate representation of color #585458: hue angle of 300º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #585458 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 84 | 88 | - |
| CMYK | 0 | 0.05 | 0 | 0.65 |
| HSL | 300º | 0.02% | 0.34% | - |
| HSV(B) | 300º | 0.05% | 0.35% | - |
| XYZ | 8.96 | 9.12 | 10.52 | - |
| YUV | 85.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 84 | 88 | 0 | 0.05 | 0 | 0.65 | 300 | 0.02 | 0.34 |
| Hex | 58 | 54 | 58 | 0 | 5 | 0 | 41 | 12C | 2 | 22 |
| Octal | 130 | 124 | 130 | 0 | 5 | 0 | 101 | 454 | 2 | 42 |
| Binary | 1011000 | 1010100 | 1011000 | 0 | 101 | 0 | 1000001 | 100101100 | 10 | 100010 |
Color Harmonies of #585458
Complementary color
Monochromatic Colors of #585458
Black with #585458
Text Example
Text Example
White with #585458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585458; }
p { color: rgb(88,84,88); }
H1.HeaderClassName
{
color: #585458;
}
.AnyTagClassName
{
color: #585458;
}
</style>
background-color css
<style>
a { background-color: #585458; }
a { background-color: rgb(88,84,88); }
div.DivClassName
{
background-color: #585458;
}
.BgClassName
{
background-color: #585458;
}
</style>
border-color css
<style>
span { border-color: #585458; }
span { border-color: rgb(88,84,88); }
td.TdClassName
{
border-color: #585458;
}
.TagClassName
{
border-color: #585458;
}
</style>