Shades of Fedora #5B585C
Tints of Fedora #5B585C
RGB
CMYK
RGB Variations
Color information
#5B585C (or 0x5B585C) is known color: Fedora. HEX triplet: 5B, 58 and 5C. RGB value is (91,88,92). Sum of RGB (Red+Green+Blue) = 91+88+92=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B585C is #A4A7A3. Grayscale: #595959. Windows color (decimal): -10790820 or 6051931. OLE color: 6051931.
HSL color Cylindrical-coordinate representation of color #5B585C: hue angle of 285º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5B585C is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 88 | 92 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.64 |
| HSL | 285º | 0.02% | 0.35% | - |
| HSV(B) | 285º | 0.04% | 0.36% | - |
| XYZ | 9.74 | 9.98 | 11.54 | - |
| YUV | 89.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 88 | 92 | 0.01 | 0.04 | 0 | 0.64 | 285 | 0.02 | 0.35 |
| Hex | 5B | 58 | 5C | 1 | 4 | 0 | 40 | 11D | 2 | 23 |
| Octal | 133 | 130 | 134 | 1 | 4 | 0 | 100 | 435 | 2 | 43 |
| Binary | 1011011 | 1011000 | 1011100 | 1 | 100 | 0 | 1000000 | 100011101 | 10 | 100011 |
Color Harmonies of #5B585C
Complementary color
Monochromatic Colors of #5B585C
Black with #5B585C
Text Example
Text Example
White with #5B585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B585C; }
p { color: rgb(91,88,92); }
H1.HeaderClassName
{
color: #5B585C;
}
.AnyTagClassName
{
color: #5B585C;
}
</style>
background-color css
<style>
a { background-color: #5B585C; }
a { background-color: rgb(91,88,92); }
div.DivClassName
{
background-color: #5B585C;
}
.BgClassName
{
background-color: #5B585C;
}
</style>
border-color css
<style>
span { border-color: #5B585C; }
span { border-color: rgb(91,88,92); }
td.TdClassName
{
border-color: #5B585C;
}
.TagClassName
{
border-color: #5B585C;
}
</style>