Shades of Fedora #5B565C
Tints of Fedora #5B565C
RGB
CMYK
RGB Variations
Color information
#5B565C (or 0x5B565C) is known color: Fedora. HEX triplet: 5B, 56 and 5C. RGB value is (91,86,92). Sum of RGB (Red+Green+Blue) = 91+86+92=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B565C is #A4A9A3. Grayscale: #585858. Windows color (decimal): -10791332 or 6051419. OLE color: 6051419.
HSL color Cylindrical-coordinate representation of color #5B565C: hue angle of 290º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B565C is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 86 | 92 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.64 |
| HSL | 290º | 0.03% | 0.35% | - |
| HSV(B) | 290º | 0.07% | 0.36% | - |
| XYZ | 9.57 | 9.65 | 11.48 | - |
| YUV | 88.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 92 | 0.01 | 0.07 | 0 | 0.64 | 290 | 0.03 | 0.35 |
| Hex | 5B | 56 | 5C | 1 | 7 | 0 | 40 | 122 | 3 | 23 |
| Octal | 133 | 126 | 134 | 1 | 7 | 0 | 100 | 442 | 3 | 43 |
| Binary | 1011011 | 1010110 | 1011100 | 1 | 111 | 0 | 1000000 | 100100010 | 11 | 100011 |
Color Harmonies of #5B565C
Complementary color
Monochromatic Colors of #5B565C
Black with #5B565C
Text Example
Text Example
White with #5B565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B565C; }
p { color: rgb(91,86,92); }
H1.HeaderClassName
{
color: #5B565C;
}
.AnyTagClassName
{
color: #5B565C;
}
</style>
background-color css
<style>
a { background-color: #5B565C; }
a { background-color: rgb(91,86,92); }
div.DivClassName
{
background-color: #5B565C;
}
.BgClassName
{
background-color: #5B565C;
}
</style>
border-color css
<style>
span { border-color: #5B565C; }
span { border-color: rgb(91,86,92); }
td.TdClassName
{
border-color: #5B565C;
}
.TagClassName
{
border-color: #5B565C;
}
</style>