Shades of Fedora #5E4F60
Tints of Fedora #5E4F60
RGB
CMYK
RGB Variations
Color information
#5E4F60 (or 0x5E4F60) is known color: Fedora. HEX triplet: 5E, 4F and 60. RGB value is (94,79,96). Sum of RGB (Red+Green+Blue) = 94+79+96=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E4F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4F60 is #A1B09F. Grayscale: #555555. Windows color (decimal): -10596512 or 6311774. OLE color: 6311774.
HSL color Cylindrical-coordinate representation of color #5E4F60: hue angle of 292.94º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E4F60 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 79 | 96 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.62 |
| HSL | 292.94º | 0.1% | 0.34% | - |
| HSV(B) | 292.94º | 0.18% | 0.38% | - |
| XYZ | 9.52 | 8.82 | 12.27 | - |
| YUV | 85.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 79 | 96 | 0.02 | 0.18 | 0 | 0.62 | 292.94 | 0.1 | 0.34 |
| Hex | 5E | 4F | 60 | 2 | 12 | 0 | 3E | 125 | A | 22 |
| Octal | 136 | 117 | 140 | 2 | 22 | 0 | 76 | 445 | 12 | 42 |
| Binary | 1011110 | 1001111 | 1100000 | 10 | 10010 | 0 | 111110 | 100100101 | 1010 | 100010 |
Color Harmonies of #5E4F60
Complementary color
Monochromatic Colors of #5E4F60
Black with #5E4F60
Text Example
Text Example
White with #5E4F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4F60; }
p { color: rgb(94,79,96); }
H1.HeaderClassName
{
color: #5E4F60;
}
.AnyTagClassName
{
color: #5E4F60;
}
</style>
background-color css
<style>
a { background-color: #5E4F60; }
a { background-color: rgb(94,79,96); }
div.DivClassName
{
background-color: #5E4F60;
}
.BgClassName
{
background-color: #5E4F60;
}
</style>
border-color css
<style>
span { border-color: #5E4F60; }
span { border-color: rgb(94,79,96); }
td.TdClassName
{
border-color: #5E4F60;
}
.TagClassName
{
border-color: #5E4F60;
}
</style>