Shades of Fedora #5E495F
Tints of Fedora #5E495F
RGB
CMYK
RGB Variations
Color information
#5E495F (or 0x5E495F) is known color: Fedora. HEX triplet: 5E, 49 and 5F. RGB value is (94,73,95). Sum of RGB (Red+Green+Blue) = 94+73+95=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 95 - color contains mainly: blue. Hex color #5E495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E495F is #A1B6A0. Grayscale: #515151. Windows color (decimal): -10598049 or 6244702. OLE color: 6244702.
HSL color Cylindrical-coordinate representation of color #5E495F: hue angle of 297.27º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E495F is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 73 | 95 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.63 |
| HSL | 297.27º | 0.13% | 0.33% | - |
| HSV(B) | 297.27º | 0.23% | 0.37% | - |
| XYZ | 9.06 | 7.97 | 11.89 | - |
| YUV | 81.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 73 | 95 | 0.01 | 0.23 | 0 | 0.63 | 297.27 | 0.13 | 0.33 |
| Hex | 5E | 49 | 5F | 1 | 17 | 0 | 3F | 129 | D | 21 |
| Octal | 136 | 111 | 137 | 1 | 27 | 0 | 77 | 451 | 15 | 41 |
| Binary | 1011110 | 1001001 | 1011111 | 1 | 10111 | 0 | 111111 | 100101001 | 1101 | 100001 |
Color Harmonies of #5E495F
Complementary color
Monochromatic Colors of #5E495F
Black with #5E495F
Text Example
Text Example
White with #5E495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E495F; }
p { color: rgb(94,73,95); }
H1.HeaderClassName
{
color: #5E495F;
}
.AnyTagClassName
{
color: #5E495F;
}
</style>
background-color css
<style>
a { background-color: #5E495F; }
a { background-color: rgb(94,73,95); }
div.DivClassName
{
background-color: #5E495F;
}
.BgClassName
{
background-color: #5E495F;
}
</style>
border-color css
<style>
span { border-color: #5E495F; }
span { border-color: rgb(94,73,95); }
td.TdClassName
{
border-color: #5E495F;
}
.TagClassName
{
border-color: #5E495F;
}
</style>