Shades of Fedora #5B575C
Tints of Fedora #5B575C
RGB
CMYK
RGB Variations
Color information
#5B575C (or 0x5B575C) is known color: Fedora. HEX triplet: 5B, 57 and 5C. RGB value is (91,87,92). Sum of RGB (Red+Green+Blue) = 91+87+92=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 92 - color contains mainly: blue. Hex color #5B575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B575C is #A4A8A3. Grayscale: #585858. Windows color (decimal): -10791076 or 6051675. OLE color: 6051675.
HSL color Cylindrical-coordinate representation of color #5B575C: hue angle of 288º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5B575C is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 87 | 92 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.64 |
| HSL | 288º | 0.03% | 0.35% | - |
| HSV(B) | 288º | 0.05% | 0.36% | - |
| XYZ | 9.65 | 9.81 | 11.51 | - |
| YUV | 88.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 87 | 92 | 0.01 | 0.05 | 0 | 0.64 | 288 | 0.03 | 0.35 |
| Hex | 5B | 57 | 5C | 1 | 5 | 0 | 40 | 120 | 3 | 23 |
| Octal | 133 | 127 | 134 | 1 | 5 | 0 | 100 | 440 | 3 | 43 |
| Binary | 1011011 | 1010111 | 1011100 | 1 | 101 | 0 | 1000000 | 100100000 | 11 | 100011 |
Color Harmonies of #5B575C
Complementary color
Monochromatic Colors of #5B575C
Black with #5B575C
Text Example
Text Example
White with #5B575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B575C; }
p { color: rgb(91,87,92); }
H1.HeaderClassName
{
color: #5B575C;
}
.AnyTagClassName
{
color: #5B575C;
}
</style>
background-color css
<style>
a { background-color: #5B575C; }
a { background-color: rgb(91,87,92); }
div.DivClassName
{
background-color: #5B575C;
}
.BgClassName
{
background-color: #5B575C;
}
</style>
border-color css
<style>
span { border-color: #5B575C; }
span { border-color: rgb(91,87,92); }
td.TdClassName
{
border-color: #5B575C;
}
.TagClassName
{
border-color: #5B575C;
}
</style>