Shades of Fedora #58475D
Tints of Fedora #58475D
RGB
CMYK
RGB Variations
Color information
#58475D (or 0x58475D) is known color: Fedora. HEX triplet: 58, 47 and 5D. RGB value is (88,71,93). Sum of RGB (Red+Green+Blue) = 88+71+93=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 93 - color contains mainly: blue. Hex color #58475D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58475D is #A7B8A2. Grayscale: #4E4E4E. Windows color (decimal): -10991779 or 6113112. OLE color: 6113112.
HSL color Cylindrical-coordinate representation of color #58475D: hue angle of 286.36º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #58475D is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 71 | 93 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.64 |
| HSL | 286.36º | 0.13% | 0.32% | - |
| HSV(B) | 286.36º | 0.24% | 0.36% | - |
| XYZ | 8.25 | 7.37 | 11.34 | - |
| YUV | 78.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 71 | 93 | 0.05 | 0.24 | 0 | 0.64 | 286.36 | 0.13 | 0.32 |
| Hex | 58 | 47 | 5D | 5 | 18 | 0 | 40 | 11E | D | 20 |
| Octal | 130 | 107 | 135 | 5 | 30 | 0 | 100 | 436 | 15 | 40 |
| Binary | 1011000 | 1000111 | 1011101 | 101 | 11000 | 0 | 1000000 | 100011110 | 1101 | 100000 |
Color Harmonies of #58475D
Complementary color
Monochromatic Colors of #58475D
Black with #58475D
Text Example
Text Example
White with #58475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58475D; }
p { color: rgb(88,71,93); }
H1.HeaderClassName
{
color: #58475D;
}
.AnyTagClassName
{
color: #58475D;
}
</style>
background-color css
<style>
a { background-color: #58475D; }
a { background-color: rgb(88,71,93); }
div.DivClassName
{
background-color: #58475D;
}
.BgClassName
{
background-color: #58475D;
}
</style>
border-color css
<style>
span { border-color: #58475D; }
span { border-color: rgb(88,71,93); }
td.TdClassName
{
border-color: #58475D;
}
.TagClassName
{
border-color: #58475D;
}
</style>