Shades of Fedora #58485B
Tints of Fedora #58485B
RGB
CMYK
RGB Variations
Color information
#58485B (or 0x58485B) is known color: Fedora. HEX triplet: 58, 48 and 5B. RGB value is (88,72,91). Sum of RGB (Red+Green+Blue) = 88+72+91=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: blue. Hex color #58485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58485B is #A7B7A4. Grayscale: #4E4E4E. Windows color (decimal): -10991525 or 5982296. OLE color: 5982296.
HSL color Cylindrical-coordinate representation of color #58485B: hue angle of 290.53º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58485B is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 72 | 91 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.64 |
| HSL | 290.53º | 0.12% | 0.32% | - |
| HSV(B) | 290.53º | 0.21% | 0.36% | - |
| XYZ | 8.23 | 7.46 | 10.9 | - |
| YUV | 78.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 72 | 91 | 0.03 | 0.21 | 0 | 0.64 | 290.53 | 0.12 | 0.32 |
| Hex | 58 | 48 | 5B | 3 | 15 | 0 | 40 | 123 | C | 20 |
| Octal | 130 | 110 | 133 | 3 | 25 | 0 | 100 | 443 | 14 | 40 |
| Binary | 1011000 | 1001000 | 1011011 | 11 | 10101 | 0 | 1000000 | 100100011 | 1100 | 100000 |
Color Harmonies of #58485B
Complementary color
Monochromatic Colors of #58485B
Black with #58485B
Text Example
Text Example
White with #58485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58485B; }
p { color: rgb(88,72,91); }
H1.HeaderClassName
{
color: #58485B;
}
.AnyTagClassName
{
color: #58485B;
}
</style>
background-color css
<style>
a { background-color: #58485B; }
a { background-color: rgb(88,72,91); }
div.DivClassName
{
background-color: #58485B;
}
.BgClassName
{
background-color: #58485B;
}
</style>
border-color css
<style>
span { border-color: #58485B; }
span { border-color: rgb(88,72,91); }
td.TdClassName
{
border-color: #58485B;
}
.TagClassName
{
border-color: #58485B;
}
</style>