Shades of Fedora #5E5160
Tints of Fedora #5E5160
RGB
CMYK
RGB Variations
Color information
#5E5160 (or 0x5E5160) is known color: Fedora. HEX triplet: 5E, 51 and 60. RGB value is (94,81,96). Sum of RGB (Red+Green+Blue) = 94+81+96=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E5160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5160 is #A1AE9F. Grayscale: #565656. Windows color (decimal): -10596000 or 6312286. OLE color: 6312286.
HSL color Cylindrical-coordinate representation of color #5E5160: hue angle of 292º 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 #5E5160 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 81 | 96 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.62 |
| HSL | 292º | 0.08% | 0.35% | - |
| HSV(B) | 292º | 0.16% | 0.38% | - |
| XYZ | 9.67 | 9.11 | 12.31 | - |
| YUV | 86.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 96 | 0.02 | 0.16 | 0 | 0.62 | 292 | 0.08 | 0.35 |
| Hex | 5E | 51 | 60 | 2 | 10 | 0 | 3E | 124 | 8 | 23 |
| Octal | 136 | 121 | 140 | 2 | 20 | 0 | 76 | 444 | 10 | 43 |
| Binary | 1011110 | 1010001 | 1100000 | 10 | 10000 | 0 | 111110 | 100100100 | 1000 | 100011 |
Color Harmonies of #5E5160
Complementary color
Monochromatic Colors of #5E5160
Black with #5E5160
Text Example
Text Example
White with #5E5160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5160; }
p { color: rgb(94,81,96); }
H1.HeaderClassName
{
color: #5E5160;
}
.AnyTagClassName
{
color: #5E5160;
}
</style>
background-color css
<style>
a { background-color: #5E5160; }
a { background-color: rgb(94,81,96); }
div.DivClassName
{
background-color: #5E5160;
}
.BgClassName
{
background-color: #5E5160;
}
</style>
border-color css
<style>
span { border-color: #5E5160; }
span { border-color: rgb(94,81,96); }
td.TdClassName
{
border-color: #5E5160;
}
.TagClassName
{
border-color: #5E5160;
}
</style>