Shades of Fedora #58495D
Tints of Fedora #58495D
RGB
CMYK
RGB Variations
Color information
#58495D (or 0x58495D) is known color: Fedora. HEX triplet: 58, 49 and 5D. RGB value is (88,73,93). Sum of RGB (Red+Green+Blue) = 88+73+93=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #58495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58495D is #A7B6A2. Grayscale: #4F4F4F. Windows color (decimal): -10991267 or 6113624. OLE color: 6113624.
HSL color Cylindrical-coordinate representation of color #58495D: hue angle of 285º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #58495D is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 73 | 93 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.64 |
| HSL | 285º | 0.12% | 0.33% | - |
| HSV(B) | 285º | 0.22% | 0.36% | - |
| XYZ | 8.38 | 7.63 | 11.39 | - |
| YUV | 79.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 73 | 93 | 0.05 | 0.22 | 0 | 0.64 | 285 | 0.12 | 0.33 |
| Hex | 58 | 49 | 5D | 5 | 16 | 0 | 40 | 11D | C | 21 |
| Octal | 130 | 111 | 135 | 5 | 26 | 0 | 100 | 435 | 14 | 41 |
| Binary | 1011000 | 1001001 | 1011101 | 101 | 10110 | 0 | 1000000 | 100011101 | 1100 | 100001 |
Color Harmonies of #58495D
Complementary color
Monochromatic Colors of #58495D
Black with #58495D
Text Example
Text Example
White with #58495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58495D; }
p { color: rgb(88,73,93); }
H1.HeaderClassName
{
color: #58495D;
}
.AnyTagClassName
{
color: #58495D;
}
</style>
background-color css
<style>
a { background-color: #58495D; }
a { background-color: rgb(88,73,93); }
div.DivClassName
{
background-color: #58495D;
}
.BgClassName
{
background-color: #58495D;
}
</style>
border-color css
<style>
span { border-color: #58495D; }
span { border-color: rgb(88,73,93); }
td.TdClassName
{
border-color: #58495D;
}
.TagClassName
{
border-color: #58495D;
}
</style>