Shades of Fedora #5F4D5E
Tints of Fedora #5F4D5E
RGB
CMYK
RGB Variations
Color information
#5F4D5E (or 0x5F4D5E) is known color: Fedora. HEX triplet: 5F, 4D and 5E. RGB value is (95,77,94). Sum of RGB (Red+Green+Blue) = 95+77+94=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4D5E is #A0B2A1. Grayscale: #545454. Windows color (decimal): -10531490 or 6180191. OLE color: 6180191.
HSL color Cylindrical-coordinate representation of color #5F4D5E: hue angle of 303.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F4D5E is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 77 | 94 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.63 |
| HSL | 303.33º | 0.1% | 0.34% | - |
| HSV(B) | 303.33º | 0.19% | 0.37% | - |
| XYZ | 9.39 | 8.55 | 11.74 | - |
| YUV | 84.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 77 | 94 | 0 | 0.19 | 0.01 | 0.63 | 303.33 | 0.1 | 0.34 |
| Hex | 5F | 4D | 5E | 0 | 13 | 1 | 3F | 12F | A | 22 |
| Octal | 137 | 115 | 136 | 0 | 23 | 1 | 77 | 457 | 12 | 42 |
| Binary | 1011111 | 1001101 | 1011110 | 0 | 10011 | 1 | 111111 | 100101111 | 1010 | 100010 |
Color Harmonies of #5F4D5E
Complementary color
Monochromatic Colors of #5F4D5E
Black with #5F4D5E
Text Example
Text Example
White with #5F4D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4D5E; }
p { color: rgb(95,77,94); }
H1.HeaderClassName
{
color: #5F4D5E;
}
.AnyTagClassName
{
color: #5F4D5E;
}
</style>
background-color css
<style>
a { background-color: #5F4D5E; }
a { background-color: rgb(95,77,94); }
div.DivClassName
{
background-color: #5F4D5E;
}
.BgClassName
{
background-color: #5F4D5E;
}
</style>
border-color css
<style>
span { border-color: #5F4D5E; }
span { border-color: rgb(95,77,94); }
td.TdClassName
{
border-color: #5F4D5E;
}
.TagClassName
{
border-color: #5F4D5E;
}
</style>