Shades of Fedora #5C5160
Tints of Fedora #5C5160
RGB
CMYK
RGB Variations
Color information
#5C5160 (or 0x5C5160) is known color: Fedora. HEX triplet: 5C, 51 and 60. RGB value is (92,81,96). Sum of RGB (Red+Green+Blue) = 92+81+96=269 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.20% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #5C5160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5160 is #A3AE9F. Grayscale: #555555. Windows color (decimal): -10727072 or 6312284. OLE color: 6312284.
HSL color Cylindrical-coordinate representation of color #5C5160: hue angle of 284º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5C5160 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 92 | 81 | 96 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.62 |
| HSL | 284º | 0.08% | 0.35% | - |
| HSV(B) | 284º | 0.16% | 0.38% | - |
| XYZ | 9.47 | 9 | 12.31 | - |
| YUV | 86 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 81 | 96 | 0.04 | 0.16 | 0 | 0.62 | 284 | 0.08 | 0.35 |
| Hex | 5C | 51 | 60 | 4 | 10 | 0 | 3E | 11C | 8 | 23 |
| Octal | 134 | 121 | 140 | 4 | 20 | 0 | 76 | 434 | 10 | 43 |
| Binary | 1011100 | 1010001 | 1100000 | 100 | 10000 | 0 | 111110 | 100011100 | 1000 | 100011 |
Color Harmonies of #5C5160
Complementary color
Monochromatic Colors of #5C5160
Black with #5C5160
Text Example
Text Example
White with #5C5160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5160; }
p { color: rgb(92,81,96); }
H1.HeaderClassName
{
color: #5C5160;
}
.AnyTagClassName
{
color: #5C5160;
}
</style>
background-color css
<style>
a { background-color: #5C5160; }
a { background-color: rgb(92,81,96); }
div.DivClassName
{
background-color: #5C5160;
}
.BgClassName
{
background-color: #5C5160;
}
</style>
border-color css
<style>
span { border-color: #5C5160; }
span { border-color: rgb(92,81,96); }
td.TdClassName
{
border-color: #5C5160;
}
.TagClassName
{
border-color: #5C5160;
}
</style>