Shades of Fedora #5F4760
Tints of Fedora #5F4760
RGB
CMYK
RGB Variations
Color information
#5F4760 (or 0x5F4760) is known color: Fedora. HEX triplet: 5F, 47 and 60. RGB value is (95,71,96). Sum of RGB (Red+Green+Blue) = 95+71+96=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F4760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4760 is #A0B89F. Grayscale: #505050. Windows color (decimal): -10533024 or 6309727. OLE color: 6309727.
HSL color Cylindrical-coordinate representation of color #5F4760: hue angle of 297.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F4760 is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 71 | 96 | - |
| CMYK | 0.01 | 0.26 | 0 | 0.62 |
| HSL | 297.6º | 0.15% | 0.33% | - |
| HSV(B) | 297.6º | 0.26% | 0.38% | - |
| XYZ | 9.08 | 7.78 | 12.09 | - |
| YUV | 81.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 71 | 96 | 0.01 | 0.26 | 0 | 0.62 | 297.6 | 0.15 | 0.33 |
| Hex | 5F | 47 | 60 | 1 | 1A | 0 | 3E | 12A | F | 21 |
| Octal | 137 | 107 | 140 | 1 | 32 | 0 | 76 | 452 | 17 | 41 |
| Binary | 1011111 | 1000111 | 1100000 | 1 | 11010 | 0 | 111110 | 100101010 | 1111 | 100001 |
Color Harmonies of #5F4760
Complementary color
Monochromatic Colors of #5F4760
Black with #5F4760
Text Example
Text Example
White with #5F4760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4760; }
p { color: rgb(95,71,96); }
H1.HeaderClassName
{
color: #5F4760;
}
.AnyTagClassName
{
color: #5F4760;
}
</style>
background-color css
<style>
a { background-color: #5F4760; }
a { background-color: rgb(95,71,96); }
div.DivClassName
{
background-color: #5F4760;
}
.BgClassName
{
background-color: #5F4760;
}
</style>
border-color css
<style>
span { border-color: #5F4760; }
span { border-color: rgb(95,71,96); }
td.TdClassName
{
border-color: #5F4760;
}
.TagClassName
{
border-color: #5F4760;
}
</style>