Shades of Fedora #5F4962
Tints of Fedora #5F4962
RGB
CMYK
RGB Variations
Color information
#5F4962 (or 0x5F4962) is known color: Fedora. HEX triplet: 5F, 49 and 62. RGB value is (95,73,98). Sum of RGB (Red+Green+Blue) = 95+73+98=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F4962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4962 is #A0B69D. Grayscale: #525252. Windows color (decimal): -10532510 or 6441311. OLE color: 6441311.
HSL color Cylindrical-coordinate representation of color #5F4962: hue angle of 292.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F4962 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 73 | 98 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.62 |
| HSL | 292.8º | 0.15% | 0.34% | - |
| HSV(B) | 292.8º | 0.26% | 0.38% | - |
| XYZ | 9.31 | 8.08 | 12.62 | - |
| YUV | 82.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 98 | 0.03 | 0.26 | 0 | 0.62 | 292.8 | 0.15 | 0.34 |
| Hex | 5F | 49 | 62 | 3 | 1A | 0 | 3E | 125 | F | 22 |
| Octal | 137 | 111 | 142 | 3 | 32 | 0 | 76 | 445 | 17 | 42 |
| Binary | 1011111 | 1001001 | 1100010 | 11 | 11010 | 0 | 111110 | 100100101 | 1111 | 100010 |
Color Harmonies of #5F4962
Complementary color
Monochromatic Colors of #5F4962
Black with #5F4962
Text Example
Text Example
White with #5F4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4962; }
p { color: rgb(95,73,98); }
H1.HeaderClassName
{
color: #5F4962;
}
.AnyTagClassName
{
color: #5F4962;
}
</style>
background-color css
<style>
a { background-color: #5F4962; }
a { background-color: rgb(95,73,98); }
div.DivClassName
{
background-color: #5F4962;
}
.BgClassName
{
background-color: #5F4962;
}
</style>
border-color css
<style>
span { border-color: #5F4962; }
span { border-color: rgb(95,73,98); }
td.TdClassName
{
border-color: #5F4962;
}
.TagClassName
{
border-color: #5F4962;
}
</style>