Shades of Fedora #5E5163
Tints of Fedora #5E5163
RGB
CMYK
RGB Variations
Color information
#5E5163 (or 0x5E5163) is known color: Fedora. HEX triplet: 5E, 51 and 63. RGB value is (94,81,99). Sum of RGB (Red+Green+Blue) = 94+81+99=274 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.31% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #5E5163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5163 is #A1AE9C. Grayscale: #565656. Windows color (decimal): -10595997 or 6508894. OLE color: 6508894.
HSL color Cylindrical-coordinate representation of color #5E5163: hue angle of 283.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E5163 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 81 | 99 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.61 |
| HSL | 283.33º | 0.1% | 0.35% | - |
| HSV(B) | 283.33º | 0.18% | 0.39% | - |
| XYZ | 9.81 | 9.17 | 13.06 | - |
| YUV | 86.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 81 | 99 | 0.05 | 0.18 | 0 | 0.61 | 283.33 | 0.1 | 0.35 |
| Hex | 5E | 51 | 63 | 5 | 12 | 0 | 3D | 11B | A | 23 |
| Octal | 136 | 121 | 143 | 5 | 22 | 0 | 75 | 433 | 12 | 43 |
| Binary | 1011110 | 1010001 | 1100011 | 101 | 10010 | 0 | 111101 | 100011011 | 1010 | 100011 |
Color Harmonies of #5E5163
Complementary color
Monochromatic Colors of #5E5163
Black with #5E5163
Text Example
Text Example
White with #5E5163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5163; }
p { color: rgb(94,81,99); }
H1.HeaderClassName
{
color: #5E5163;
}
.AnyTagClassName
{
color: #5E5163;
}
</style>
background-color css
<style>
a { background-color: #5E5163; }
a { background-color: rgb(94,81,99); }
div.DivClassName
{
background-color: #5E5163;
}
.BgClassName
{
background-color: #5E5163;
}
</style>
border-color css
<style>
span { border-color: #5E5163; }
span { border-color: rgb(94,81,99); }
td.TdClassName
{
border-color: #5E5163;
}
.TagClassName
{
border-color: #5E5163;
}
</style>