Shades of Fedora #5E465F
Tints of Fedora #5E465F
RGB
CMYK
RGB Variations
Color information
#5E465F (or 0x5E465F) is known color: Fedora. HEX triplet: 5E, 46 and 5F. RGB value is (94,70,95). Sum of RGB (Red+Green+Blue) = 94+70+95=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 95 - color contains mainly: blue. Hex color #5E465F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E465F is #A1B9A0. Grayscale: #4F4F4F. Windows color (decimal): -10598817 or 6243934. OLE color: 6243934.
HSL color Cylindrical-coordinate representation of color #5E465F: hue angle of 297.6º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E465F is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 70 | 95 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.63 |
| HSL | 297.6º | 0.15% | 0.32% | - |
| HSV(B) | 297.6º | 0.26% | 0.37% | - |
| XYZ | 8.87 | 7.59 | 11.82 | - |
| YUV | 80.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 95 | 0.01 | 0.26 | 0 | 0.63 | 297.6 | 0.15 | 0.32 |
| Hex | 5E | 46 | 5F | 1 | 1A | 0 | 3F | 12A | F | 20 |
| Octal | 136 | 106 | 137 | 1 | 32 | 0 | 77 | 452 | 17 | 40 |
| Binary | 1011110 | 1000110 | 1011111 | 1 | 11010 | 0 | 111111 | 100101010 | 1111 | 100000 |
Color Harmonies of #5E465F
Complementary color
Monochromatic Colors of #5E465F
Black with #5E465F
Text Example
Text Example
White with #5E465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E465F; }
p { color: rgb(94,70,95); }
H1.HeaderClassName
{
color: #5E465F;
}
.AnyTagClassName
{
color: #5E465F;
}
</style>
background-color css
<style>
a { background-color: #5E465F; }
a { background-color: rgb(94,70,95); }
div.DivClassName
{
background-color: #5E465F;
}
.BgClassName
{
background-color: #5E465F;
}
</style>
border-color css
<style>
span { border-color: #5E465F; }
span { border-color: rgb(94,70,95); }
td.TdClassName
{
border-color: #5E465F;
}
.TagClassName
{
border-color: #5E465F;
}
</style>