Shades of Fedora #585358
Tints of Fedora #585358
RGB
CMYK
RGB Variations
Color information
#585358 (or 0x585358) is known color: Fedora. HEX triplet: 58, 53 and 58. RGB value is (88,83,88). Sum of RGB (Red+Green+Blue) = 88+83+88=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #585358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585358 is #A7ACA7. Grayscale: #555555. Windows color (decimal): -10988712 or 5788504. OLE color: 5788504.
HSL color Cylindrical-coordinate representation of color #585358: hue angle of 300º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #585358 is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 88 | - |
| CMYK | 0 | 0.06 | 0 | 0.65 |
| HSL | 300º | 0.03% | 0.34% | - |
| HSV(B) | 300º | 0.06% | 0.35% | - |
| XYZ | 8.88 | 8.97 | 10.5 | - |
| YUV | 85.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 88 | 0 | 0.06 | 0 | 0.65 | 300 | 0.03 | 0.34 |
| Hex | 58 | 53 | 58 | 0 | 6 | 0 | 41 | 12C | 3 | 22 |
| Octal | 130 | 123 | 130 | 0 | 6 | 0 | 101 | 454 | 3 | 42 |
| Binary | 1011000 | 1010011 | 1011000 | 0 | 110 | 0 | 1000001 | 100101100 | 11 | 100010 |
Color Harmonies of #585358
Complementary color
Monochromatic Colors of #585358
Black with #585358
Text Example
Text Example
White with #585358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585358; }
p { color: rgb(88,83,88); }
H1.HeaderClassName
{
color: #585358;
}
.AnyTagClassName
{
color: #585358;
}
</style>
background-color css
<style>
a { background-color: #585358; }
a { background-color: rgb(88,83,88); }
div.DivClassName
{
background-color: #585358;
}
.BgClassName
{
background-color: #585358;
}
</style>
border-color css
<style>
span { border-color: #585358; }
span { border-color: rgb(88,83,88); }
td.TdClassName
{
border-color: #585358;
}
.TagClassName
{
border-color: #585358;
}
</style>