Shades of Fedora #5E4661
Tints of Fedora #5E4661
RGB
CMYK
RGB Variations
Color information
#5E4661 (or 0x5E4661) is known color: Fedora. HEX triplet: 5E, 46 and 61. RGB value is (94,70,97). Sum of RGB (Red+Green+Blue) = 94+70+97=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #5E4661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4661 is #A1B99E. Grayscale: #505050. Windows color (decimal): -10598815 or 6375006. OLE color: 6375006.
HSL color Cylindrical-coordinate representation of color #5E4661: hue angle of 293.33º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E4661 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 70 | 97 | - |
| CMYK | 0.03 | 0.28 | 0 | 0.62 |
| HSL | 293.33º | 0.16% | 0.33% | - |
| HSV(B) | 293.33º | 0.28% | 0.38% | - |
| XYZ | 8.96 | 7.62 | 12.31 | - |
| YUV | 80.25 | 137.45 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 97 | 0.03 | 0.28 | 0 | 0.62 | 293.33 | 0.16 | 0.33 |
| Hex | 5E | 46 | 61 | 3 | 1C | 0 | 3E | 125 | 10 | 21 |
| Octal | 136 | 106 | 141 | 3 | 34 | 0 | 76 | 445 | 20 | 41 |
| Binary | 1011110 | 1000110 | 1100001 | 11 | 11100 | 0 | 111110 | 100100101 | 10000 | 100001 |
Color Harmonies of #5E4661
Complementary color
Monochromatic Colors of #5E4661
Black with #5E4661
Text Example
Text Example
White with #5E4661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4661; }
p { color: rgb(94,70,97); }
H1.HeaderClassName
{
color: #5E4661;
}
.AnyTagClassName
{
color: #5E4661;
}
</style>
background-color css
<style>
a { background-color: #5E4661; }
a { background-color: rgb(94,70,97); }
div.DivClassName
{
background-color: #5E4661;
}
.BgClassName
{
background-color: #5E4661;
}
</style>
border-color css
<style>
span { border-color: #5E4661; }
span { border-color: rgb(94,70,97); }
td.TdClassName
{
border-color: #5E4661;
}
.TagClassName
{
border-color: #5E4661;
}
</style>