Shades of Fedora #5E4865
Tints of Fedora #5E4865
RGB
CMYK
RGB Variations
Color information
#5E4865 (or 0x5E4865) is known color: Fedora. HEX triplet: 5E, 48 and 65. RGB value is (94,72,101). Sum of RGB (Red+Green+Blue) = 94+72+101=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 101 - color contains mainly: blue. Hex color #5E4865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4865 is #A1B79A. Grayscale: #515151. Windows color (decimal): -10598299 or 6637662. OLE color: 6637662.
HSL color Cylindrical-coordinate representation of color #5E4865: hue angle of 285.52º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E4865 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 72 | 101 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.60 |
| HSL | 285.52º | 0.17% | 0.34% | - |
| HSV(B) | 285.52º | 0.29% | 0.4% | - |
| XYZ | 9.28 | 7.95 | 13.36 | - |
| YUV | 81.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 72 | 101 | 0.07 | 0.29 | 0 | 0.60 | 285.52 | 0.17 | 0.34 |
| Hex | 5E | 48 | 65 | 7 | 1D | 0 | 3C | 11E | 11 | 22 |
| Octal | 136 | 110 | 145 | 7 | 35 | 0 | 74 | 436 | 21 | 42 |
| Binary | 1011110 | 1001000 | 1100101 | 111 | 11101 | 0 | 111100 | 100011110 | 10001 | 100010 |
Color Harmonies of #5E4865
Complementary color
Monochromatic Colors of #5E4865
Black with #5E4865
Text Example
Text Example
White with #5E4865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4865; }
p { color: rgb(94,72,101); }
H1.HeaderClassName
{
color: #5E4865;
}
.AnyTagClassName
{
color: #5E4865;
}
</style>
background-color css
<style>
a { background-color: #5E4865; }
a { background-color: rgb(94,72,101); }
div.DivClassName
{
background-color: #5E4865;
}
.BgClassName
{
background-color: #5E4865;
}
</style>
border-color css
<style>
span { border-color: #5E4865; }
span { border-color: rgb(94,72,101); }
td.TdClassName
{
border-color: #5E4865;
}
.TagClassName
{
border-color: #5E4865;
}
</style>