Shades of Fedora #5E4960
Tints of Fedora #5E4960
RGB
CMYK
RGB Variations
Color information
#5E4960 (or 0x5E4960) is known color: Fedora. HEX triplet: 5E, 49 and 60. RGB value is (94,73,96). Sum of RGB (Red+Green+Blue) = 94+73+96=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E4960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4960 is #A1B69F. Grayscale: #515151. Windows color (decimal): -10598048 or 6310238. OLE color: 6310238.
HSL color Cylindrical-coordinate representation of color #5E4960: hue angle of 294.78º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E4960 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 73 | 96 | - |
| CMYK | 0.02 | 0.24 | 0 | 0.62 |
| HSL | 294.78º | 0.14% | 0.33% | - |
| HSV(B) | 294.78º | 0.24% | 0.38% | - |
| XYZ | 9.11 | 7.99 | 12.13 | - |
| YUV | 81.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 96 | 0.02 | 0.24 | 0 | 0.62 | 294.78 | 0.14 | 0.33 |
| Hex | 5E | 49 | 60 | 2 | 18 | 0 | 3E | 127 | E | 21 |
| Octal | 136 | 111 | 140 | 2 | 30 | 0 | 76 | 447 | 16 | 41 |
| Binary | 1011110 | 1001001 | 1100000 | 10 | 11000 | 0 | 111110 | 100100111 | 1110 | 100001 |
Color Harmonies of #5E4960
Complementary color
Monochromatic Colors of #5E4960
Black with #5E4960
Text Example
Text Example
White with #5E4960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4960; }
p { color: rgb(94,73,96); }
H1.HeaderClassName
{
color: #5E4960;
}
.AnyTagClassName
{
color: #5E4960;
}
</style>
background-color css
<style>
a { background-color: #5E4960; }
a { background-color: rgb(94,73,96); }
div.DivClassName
{
background-color: #5E4960;
}
.BgClassName
{
background-color: #5E4960;
}
</style>
border-color css
<style>
span { border-color: #5E4960; }
span { border-color: rgb(94,73,96); }
td.TdClassName
{
border-color: #5E4960;
}
.TagClassName
{
border-color: #5E4960;
}
</style>