Shades of Fedora #58505B
Tints of Fedora #58505B
RGB
CMYK
RGB Variations
Color information
#58505B (or 0x58505B) is known color: Fedora. HEX triplet: 58, 50 and 5B. RGB value is (88,80,91). Sum of RGB (Red+Green+Blue) = 88+80+91=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 91 - color contains mainly: blue. Hex color #58505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58505B is #A7AFA4. Grayscale: #535353. Windows color (decimal): -10989477 or 5984344. OLE color: 5984344.
HSL color Cylindrical-coordinate representation of color #58505B: hue angle of 283.64º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #58505B is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 88 | 80 | 91 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.64 |
| HSL | 283.64º | 0.06% | 0.34% | - |
| HSV(B) | 283.64º | 0.12% | 0.36% | - |
| XYZ | 8.78 | 8.57 | 11.09 | - |
| YUV | 83.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 91 | 0.03 | 0.12 | 0 | 0.64 | 283.64 | 0.06 | 0.34 |
| Hex | 58 | 50 | 5B | 3 | C | 0 | 40 | 11C | 6 | 22 |
| Octal | 130 | 120 | 133 | 3 | 14 | 0 | 100 | 434 | 6 | 42 |
| Binary | 1011000 | 1010000 | 1011011 | 11 | 1100 | 0 | 1000000 | 100011100 | 110 | 100010 |
Color Harmonies of #58505B
Complementary color
Monochromatic Colors of #58505B
Black with #58505B
Text Example
Text Example
White with #58505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58505B; }
p { color: rgb(88,80,91); }
H1.HeaderClassName
{
color: #58505B;
}
.AnyTagClassName
{
color: #58505B;
}
</style>
background-color css
<style>
a { background-color: #58505B; }
a { background-color: rgb(88,80,91); }
div.DivClassName
{
background-color: #58505B;
}
.BgClassName
{
background-color: #58505B;
}
</style>
border-color css
<style>
span { border-color: #58505B; }
span { border-color: rgb(88,80,91); }
td.TdClassName
{
border-color: #58505B;
}
.TagClassName
{
border-color: #58505B;
}
</style>