Shades of Fedora #5B565D
Tints of Fedora #5B565D
RGB
CMYK
RGB Variations
Color information
#5B565D (or 0x5B565D) is known color: Fedora. HEX triplet: 5B, 56 and 5D. RGB value is (91,86,93). Sum of RGB (Red+Green+Blue) = 91+86+93=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 93 - color contains mainly: blue. Hex color #5B565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B565D is #A4A9A2. Grayscale: #585858. Windows color (decimal): -10791331 or 6116955. OLE color: 6116955.
HSL color Cylindrical-coordinate representation of color #5B565D: hue angle of 282.86º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5B565D is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 86 | 93 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.64 |
| HSL | 282.86º | 0.04% | 0.35% | - |
| HSV(B) | 282.86º | 0.08% | 0.36% | - |
| XYZ | 9.62 | 9.67 | 11.72 | - |
| YUV | 88.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 86 | 93 | 0.02 | 0.08 | 0 | 0.64 | 282.86 | 0.04 | 0.35 |
| Hex | 5B | 56 | 5D | 2 | 8 | 0 | 40 | 11B | 4 | 23 |
| Octal | 133 | 126 | 135 | 2 | 10 | 0 | 100 | 433 | 4 | 43 |
| Binary | 1011011 | 1010110 | 1011101 | 10 | 1000 | 0 | 1000000 | 100011011 | 100 | 100011 |
Color Harmonies of #5B565D
Complementary color
Monochromatic Colors of #5B565D
Black with #5B565D
Text Example
Text Example
White with #5B565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B565D; }
p { color: rgb(91,86,93); }
H1.HeaderClassName
{
color: #5B565D;
}
.AnyTagClassName
{
color: #5B565D;
}
</style>
background-color css
<style>
a { background-color: #5B565D; }
a { background-color: rgb(91,86,93); }
div.DivClassName
{
background-color: #5B565D;
}
.BgClassName
{
background-color: #5B565D;
}
</style>
border-color css
<style>
span { border-color: #5B565D; }
span { border-color: rgb(91,86,93); }
td.TdClassName
{
border-color: #5B565D;
}
.TagClassName
{
border-color: #5B565D;
}
</style>