Shades of Fedora #5E4C63
Tints of Fedora #5E4C63
RGB
CMYK
RGB Variations
Color information
#5E4C63 (or 0x5E4C63) is known color: Fedora. HEX triplet: 5E, 4C and 63. RGB value is (94,76,99). Sum of RGB (Red+Green+Blue) = 94+76+99=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E4C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4C63 is #A1B39C. Grayscale: #535353. Windows color (decimal): -10597277 or 6507614. OLE color: 6507614.
HSL color Cylindrical-coordinate representation of color #5E4C63: hue angle of 286.96º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E4C63 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 76 | 99 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.61 |
| HSL | 286.96º | 0.13% | 0.34% | - |
| HSV(B) | 286.96º | 0.23% | 0.39% | - |
| XYZ | 9.45 | 8.45 | 12.94 | - |
| YUV | 84 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 76 | 99 | 0.05 | 0.23 | 0 | 0.61 | 286.96 | 0.13 | 0.34 |
| Hex | 5E | 4C | 63 | 5 | 17 | 0 | 3D | 11F | D | 22 |
| Octal | 136 | 114 | 143 | 5 | 27 | 0 | 75 | 437 | 15 | 42 |
| Binary | 1011110 | 1001100 | 1100011 | 101 | 10111 | 0 | 111101 | 100011111 | 1101 | 100010 |
Color Harmonies of #5E4C63
Complementary color
Monochromatic Colors of #5E4C63
Black with #5E4C63
Text Example
Text Example
White with #5E4C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4C63; }
p { color: rgb(94,76,99); }
H1.HeaderClassName
{
color: #5E4C63;
}
.AnyTagClassName
{
color: #5E4C63;
}
</style>
background-color css
<style>
a { background-color: #5E4C63; }
a { background-color: rgb(94,76,99); }
div.DivClassName
{
background-color: #5E4C63;
}
.BgClassName
{
background-color: #5E4C63;
}
</style>
border-color css
<style>
span { border-color: #5E4C63; }
span { border-color: rgb(94,76,99); }
td.TdClassName
{
border-color: #5E4C63;
}
.TagClassName
{
border-color: #5E4C63;
}
</style>