Shades of Fedora #585359
Tints of Fedora #585359
RGB
CMYK
RGB Variations
Color information
#585359 (or 0x585359) is known color: Fedora. HEX triplet: 58, 53 and 59. RGB value is (88,83,89). Sum of RGB (Red+Green+Blue) = 88+83+89=260 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.85% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 89 - color contains mainly: blue. Hex color #585359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585359 is #A7ACA6. Grayscale: #555555. Windows color (decimal): -10988711 or 5854040. OLE color: 5854040.
HSL color Cylindrical-coordinate representation of color #585359: hue angle of 290º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #585359 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 83 | 89 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.65 |
| HSL | 290º | 0.03% | 0.34% | - |
| HSV(B) | 290º | 0.07% | 0.35% | - |
| XYZ | 8.92 | 8.98 | 10.71 | - |
| YUV | 85.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 83 | 89 | 0.01 | 0.07 | 0 | 0.65 | 290 | 0.03 | 0.34 |
| Hex | 58 | 53 | 59 | 1 | 7 | 0 | 41 | 122 | 3 | 22 |
| Octal | 130 | 123 | 131 | 1 | 7 | 0 | 101 | 442 | 3 | 42 |
| Binary | 1011000 | 1010011 | 1011001 | 1 | 111 | 0 | 1000001 | 100100010 | 11 | 100010 |
Color Harmonies of #585359
Complementary color
Monochromatic Colors of #585359
Black with #585359
Text Example
Text Example
White with #585359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585359; }
p { color: rgb(88,83,89); }
H1.HeaderClassName
{
color: #585359;
}
.AnyTagClassName
{
color: #585359;
}
</style>
background-color css
<style>
a { background-color: #585359; }
a { background-color: rgb(88,83,89); }
div.DivClassName
{
background-color: #585359;
}
.BgClassName
{
background-color: #585359;
}
</style>
border-color css
<style>
span { border-color: #585359; }
span { border-color: rgb(88,83,89); }
td.TdClassName
{
border-color: #585359;
}
.TagClassName
{
border-color: #585359;
}
</style>