Shades of Fedora #5E4E60
Tints of Fedora #5E4E60
RGB
CMYK
RGB Variations
Color information
#5E4E60 (or 0x5E4E60) is known color: Fedora. HEX triplet: 5E, 4E and 60. RGB value is (94,78,96). Sum of RGB (Red+Green+Blue) = 94+78+96=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E4E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4E60 is #A1B19F. Grayscale: #545454. Windows color (decimal): -10596768 or 6311518. OLE color: 6311518.
HSL color Cylindrical-coordinate representation of color #5E4E60: hue angle of 293.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E4E60 is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 78 | 96 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.62 |
| HSL | 293.33º | 0.1% | 0.34% | - |
| HSV(B) | 293.33º | 0.19% | 0.38% | - |
| XYZ | 9.45 | 8.67 | 12.24 | - |
| YUV | 84.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 96 | 0.02 | 0.19 | 0 | 0.62 | 293.33 | 0.1 | 0.34 |
| Hex | 5E | 4E | 60 | 2 | 13 | 0 | 3E | 125 | A | 22 |
| Octal | 136 | 116 | 140 | 2 | 23 | 0 | 76 | 445 | 12 | 42 |
| Binary | 1011110 | 1001110 | 1100000 | 10 | 10011 | 0 | 111110 | 100100101 | 1010 | 100010 |
Color Harmonies of #5E4E60
Complementary color
Monochromatic Colors of #5E4E60
Black with #5E4E60
Text Example
Text Example
White with #5E4E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4E60; }
p { color: rgb(94,78,96); }
H1.HeaderClassName
{
color: #5E4E60;
}
.AnyTagClassName
{
color: #5E4E60;
}
</style>
background-color css
<style>
a { background-color: #5E4E60; }
a { background-color: rgb(94,78,96); }
div.DivClassName
{
background-color: #5E4E60;
}
.BgClassName
{
background-color: #5E4E60;
}
</style>
border-color css
<style>
span { border-color: #5E4E60; }
span { border-color: rgb(94,78,96); }
td.TdClassName
{
border-color: #5E4E60;
}
.TagClassName
{
border-color: #5E4E60;
}
</style>