Shades of Fedora #5F4660
Tints of Fedora #5F4660
RGB
CMYK
RGB Variations
Color information
#5F4660 (or 0x5F4660) is known color: Fedora. HEX triplet: 5F, 46 and 60. RGB value is (95,70,96). Sum of RGB (Red+Green+Blue) = 95+70+96=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F4660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4660 is #A0B99F. Grayscale: #505050. Windows color (decimal): -10533280 or 6309471. OLE color: 6309471.
HSL color Cylindrical-coordinate representation of color #5F4660: hue angle of 297.69º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F4660 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 70 | 96 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.62 |
| HSL | 297.69º | 0.16% | 0.33% | - |
| HSV(B) | 297.69º | 0.27% | 0.38% | - |
| XYZ | 9.02 | 7.66 | 12.07 | - |
| YUV | 80.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 96 | 0.01 | 0.27 | 0 | 0.62 | 297.69 | 0.16 | 0.33 |
| Hex | 5F | 46 | 60 | 1 | 1B | 0 | 3E | 12A | 10 | 21 |
| Octal | 137 | 106 | 140 | 1 | 33 | 0 | 76 | 452 | 20 | 41 |
| Binary | 1011111 | 1000110 | 1100000 | 1 | 11011 | 0 | 111110 | 100101010 | 10000 | 100001 |
Color Harmonies of #5F4660
Complementary color
Monochromatic Colors of #5F4660
Black with #5F4660
Text Example
Text Example
White with #5F4660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4660; }
p { color: rgb(95,70,96); }
H1.HeaderClassName
{
color: #5F4660;
}
.AnyTagClassName
{
color: #5F4660;
}
</style>
background-color css
<style>
a { background-color: #5F4660; }
a { background-color: rgb(95,70,96); }
div.DivClassName
{
background-color: #5F4660;
}
.BgClassName
{
background-color: #5F4660;
}
</style>
border-color css
<style>
span { border-color: #5F4660; }
span { border-color: rgb(95,70,96); }
td.TdClassName
{
border-color: #5F4660;
}
.TagClassName
{
border-color: #5F4660;
}
</style>