Shades of Fedora #5F4F60
Tints of Fedora #5F4F60
RGB
CMYK
RGB Variations
Color information
#5F4F60 (or 0x5F4F60) is known color: Fedora. HEX triplet: 5F, 4F and 60. RGB value is (95,79,96). Sum of RGB (Red+Green+Blue) = 95+79+96=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F4F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4F60 is #A0B09F. Grayscale: #555555. Windows color (decimal): -10530976 or 6311775. OLE color: 6311775.
HSL color Cylindrical-coordinate representation of color #5F4F60: hue angle of 296.47º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F4F60 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 79 | 96 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.62 |
| HSL | 296.47º | 0.1% | 0.34% | - |
| HSV(B) | 296.47º | 0.18% | 0.38% | - |
| XYZ | 9.63 | 8.87 | 12.27 | - |
| YUV | 85.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 96 | 0.01 | 0.18 | 0 | 0.62 | 296.47 | 0.1 | 0.34 |
| Hex | 5F | 4F | 60 | 1 | 12 | 0 | 3E | 128 | A | 22 |
| Octal | 137 | 117 | 140 | 1 | 22 | 0 | 76 | 450 | 12 | 42 |
| Binary | 1011111 | 1001111 | 1100000 | 1 | 10010 | 0 | 111110 | 100101000 | 1010 | 100010 |
Color Harmonies of #5F4F60
Complementary color
Monochromatic Colors of #5F4F60
Black with #5F4F60
Text Example
Text Example
White with #5F4F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4F60; }
p { color: rgb(95,79,96); }
H1.HeaderClassName
{
color: #5F4F60;
}
.AnyTagClassName
{
color: #5F4F60;
}
</style>
background-color css
<style>
a { background-color: #5F4F60; }
a { background-color: rgb(95,79,96); }
div.DivClassName
{
background-color: #5F4F60;
}
.BgClassName
{
background-color: #5F4F60;
}
</style>
border-color css
<style>
span { border-color: #5F4F60; }
span { border-color: rgb(95,79,96); }
td.TdClassName
{
border-color: #5F4F60;
}
.TagClassName
{
border-color: #5F4F60;
}
</style>