Shades of Fedora #5B515C
Tints of Fedora #5B515C
RGB
CMYK
RGB Variations
Color information
#5B515C (or 0x5B515C) is known color: Fedora. HEX triplet: 5B, 51 and 5C. RGB value is (91,81,92). Sum of RGB (Red+Green+Blue) = 91+81+92=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B515C is #A4AEA3. Grayscale: #555555. Windows color (decimal): -10792612 or 6050139. OLE color: 6050139.
HSL color Cylindrical-coordinate representation of color #5B515C: hue angle of 294.55º 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 #5B515C is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 92 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.64 |
| HSL | 294.55º | 0.06% | 0.34% | - |
| HSV(B) | 294.55º | 0.12% | 0.36% | - |
| XYZ | 9.19 | 8.88 | 11.36 | - |
| YUV | 85.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 92 | 0.01 | 0.12 | 0 | 0.64 | 294.55 | 0.06 | 0.34 |
| Hex | 5B | 51 | 5C | 1 | C | 0 | 40 | 127 | 6 | 22 |
| Octal | 133 | 121 | 134 | 1 | 14 | 0 | 100 | 447 | 6 | 42 |
| Binary | 1011011 | 1010001 | 1011100 | 1 | 1100 | 0 | 1000000 | 100100111 | 110 | 100010 |
Color Harmonies of #5B515C
Complementary color
Monochromatic Colors of #5B515C
Black with #5B515C
Text Example
Text Example
White with #5B515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B515C; }
p { color: rgb(91,81,92); }
H1.HeaderClassName
{
color: #5B515C;
}
.AnyTagClassName
{
color: #5B515C;
}
</style>
background-color css
<style>
a { background-color: #5B515C; }
a { background-color: rgb(91,81,92); }
div.DivClassName
{
background-color: #5B515C;
}
.BgClassName
{
background-color: #5B515C;
}
</style>
border-color css
<style>
span { border-color: #5B515C; }
span { border-color: rgb(91,81,92); }
td.TdClassName
{
border-color: #5B515C;
}
.TagClassName
{
border-color: #5B515C;
}
</style>