Shades of Fedora #5B595C
Tints of Fedora #5B595C
RGB
CMYK
RGB Variations
Color information
#5B595C (or 0x5B595C) is known color: Fedora. HEX triplet: 5B, 59 and 5C. RGB value is (91,89,92). Sum of RGB (Red+Green+Blue) = 91+89+92=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B595C is #A4A6A3. Grayscale: #595959. Windows color (decimal): -10790564 or 6052187. OLE color: 6052187.
HSL color Cylindrical-coordinate representation of color #5B595C: hue angle of 280º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #5B595C is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 89 | 92 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.64 |
| HSL | 280º | 0.02% | 0.35% | - |
| HSV(B) | 280º | 0.03% | 0.36% | - |
| XYZ | 9.82 | 10.14 | 11.57 | - |
| YUV | 89.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 92 | 0.01 | 0.03 | 0 | 0.64 | 280 | 0.02 | 0.35 |
| Hex | 5B | 59 | 5C | 1 | 3 | 0 | 40 | 118 | 2 | 23 |
| Octal | 133 | 131 | 134 | 1 | 3 | 0 | 100 | 430 | 2 | 43 |
| Binary | 1011011 | 1011001 | 1011100 | 1 | 11 | 0 | 1000000 | 100011000 | 10 | 100011 |
Color Harmonies of #5B595C
Complementary color
Monochromatic Colors of #5B595C
Black with #5B595C
Text Example
Text Example
White with #5B595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B595C; }
p { color: rgb(91,89,92); }
H1.HeaderClassName
{
color: #5B595C;
}
.AnyTagClassName
{
color: #5B595C;
}
</style>
background-color css
<style>
a { background-color: #5B595C; }
a { background-color: rgb(91,89,92); }
div.DivClassName
{
background-color: #5B595C;
}
.BgClassName
{
background-color: #5B595C;
}
</style>
border-color css
<style>
span { border-color: #5B595C; }
span { border-color: rgb(91,89,92); }
td.TdClassName
{
border-color: #5B595C;
}
.TagClassName
{
border-color: #5B595C;
}
</style>