Shades of Fedora #5B515D
Tints of Fedora #5B515D
RGB
CMYK
RGB Variations
Color information
#5B515D (or 0x5B515D) is known color: Fedora. HEX triplet: 5B, 51 and 5D. RGB value is (91,81,93). Sum of RGB (Red+Green+Blue) = 91+81+93=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B515D is #A4AEA2. Grayscale: #555555. Windows color (decimal): -10792611 or 6115675. OLE color: 6115675.
HSL color Cylindrical-coordinate representation of color #5B515D: hue angle of 290º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B515D is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 81 | 93 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.64 |
| HSL | 290º | 0.07% | 0.34% | - |
| HSV(B) | 290º | 0.13% | 0.36% | - |
| XYZ | 9.23 | 8.9 | 11.59 | - |
| YUV | 85.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 81 | 93 | 0.02 | 0.13 | 0 | 0.64 | 290 | 0.07 | 0.34 |
| Hex | 5B | 51 | 5D | 2 | D | 0 | 40 | 122 | 7 | 22 |
| Octal | 133 | 121 | 135 | 2 | 15 | 0 | 100 | 442 | 7 | 42 |
| Binary | 1011011 | 1010001 | 1011101 | 10 | 1101 | 0 | 1000000 | 100100010 | 111 | 100010 |
Color Harmonies of #5B515D
Complementary color
Monochromatic Colors of #5B515D
Black with #5B515D
Text Example
Text Example
White with #5B515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B515D; }
p { color: rgb(91,81,93); }
H1.HeaderClassName
{
color: #5B515D;
}
.AnyTagClassName
{
color: #5B515D;
}
</style>
background-color css
<style>
a { background-color: #5B515D; }
a { background-color: rgb(91,81,93); }
div.DivClassName
{
background-color: #5B515D;
}
.BgClassName
{
background-color: #5B515D;
}
</style>
border-color css
<style>
span { border-color: #5B515D; }
span { border-color: rgb(91,81,93); }
td.TdClassName
{
border-color: #5B515D;
}
.TagClassName
{
border-color: #5B515D;
}
</style>