Shades of Fedora #5E4A60
Tints of Fedora #5E4A60
RGB
CMYK
RGB Variations
Color information
#5E4A60 (or 0x5E4A60) is known color: Fedora. HEX triplet: 5E, 4A and 60. RGB value is (94,74,96). Sum of RGB (Red+Green+Blue) = 94+74+96=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 96 - color contains mainly: blue. Hex color #5E4A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4A60 is #A1B59F. Grayscale: #525252. Windows color (decimal): -10597792 or 6310494. OLE color: 6310494.
HSL color Cylindrical-coordinate representation of color #5E4A60: hue angle of 294.55º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E4A60 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 74 | 96 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.62 |
| HSL | 294.55º | 0.13% | 0.33% | - |
| HSV(B) | 294.55º | 0.23% | 0.38% | - |
| XYZ | 9.18 | 8.12 | 12.15 | - |
| YUV | 82.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 74 | 96 | 0.02 | 0.23 | 0 | 0.62 | 294.55 | 0.13 | 0.33 |
| Hex | 5E | 4A | 60 | 2 | 17 | 0 | 3E | 127 | D | 21 |
| Octal | 136 | 112 | 140 | 2 | 27 | 0 | 76 | 447 | 15 | 41 |
| Binary | 1011110 | 1001010 | 1100000 | 10 | 10111 | 0 | 111110 | 100100111 | 1101 | 100001 |
Color Harmonies of #5E4A60
Complementary color
Monochromatic Colors of #5E4A60
Black with #5E4A60
Text Example
Text Example
White with #5E4A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4A60; }
p { color: rgb(94,74,96); }
H1.HeaderClassName
{
color: #5E4A60;
}
.AnyTagClassName
{
color: #5E4A60;
}
</style>
background-color css
<style>
a { background-color: #5E4A60; }
a { background-color: rgb(94,74,96); }
div.DivClassName
{
background-color: #5E4A60;
}
.BgClassName
{
background-color: #5E4A60;
}
</style>
border-color css
<style>
span { border-color: #5E4A60; }
span { border-color: rgb(94,74,96); }
td.TdClassName
{
border-color: #5E4A60;
}
.TagClassName
{
border-color: #5E4A60;
}
</style>