Shades of Fedora #5B515B
Tints of Fedora #5B515B
RGB
CMYK
RGB Variations
Color information
#5B515B (or 0x5B515B) is known color: Fedora. HEX triplet: 5B, 51 and 5B. RGB value is (91,81,91). Sum of RGB (Red+Green+Blue) = 91+81+91=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 91 - color contains mainly: red, blue. Hex color #5B515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B515B is #A4AEA4. Grayscale: #555555. Windows color (decimal): -10792613 or 5984603. OLE color: 5984603.
HSL color Cylindrical-coordinate representation of color #5B515B: hue angle of 300º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B515B is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 91 | - |
| CMYK | 0 | 0.11 | 0 | 0.64 |
| HSL | 300º | 0.06% | 0.34% | - |
| HSV(B) | 300º | 0.11% | 0.36% | - |
| XYZ | 9.15 | 8.86 | 11.13 | - |
| YUV | 85.13 | 131.31 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 91 | 0 | 0.11 | 0 | 0.64 | 300 | 0.06 | 0.34 |
| Hex | 5B | 51 | 5B | 0 | B | 0 | 40 | 12C | 6 | 22 |
| Octal | 133 | 121 | 133 | 0 | 13 | 0 | 100 | 454 | 6 | 42 |
| Binary | 1011011 | 1010001 | 1011011 | 0 | 1011 | 0 | 1000000 | 100101100 | 110 | 100010 |
Color Harmonies of #5B515B
Complementary color
Monochromatic Colors of #5B515B
Black with #5B515B
Text Example
Text Example
White with #5B515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B515B; }
p { color: rgb(91,81,91); }
H1.HeaderClassName
{
color: #5B515B;
}
.AnyTagClassName
{
color: #5B515B;
}
</style>
background-color css
<style>
a { background-color: #5B515B; }
a { background-color: rgb(91,81,91); }
div.DivClassName
{
background-color: #5B515B;
}
.BgClassName
{
background-color: #5B515B;
}
</style>
border-color css
<style>
span { border-color: #5B515B; }
span { border-color: rgb(91,81,91); }
td.TdClassName
{
border-color: #5B515B;
}
.TagClassName
{
border-color: #5B515B;
}
</style>