Shades of Fedora #5F5461
Tints of Fedora #5F5461
RGB
CMYK
RGB Variations
Color information
#5F5461 (or 0x5F5461) is known color: Fedora. HEX triplet: 5F, 54 and 61. RGB value is (95,84,97). Sum of RGB (Red+Green+Blue) = 95+84+97=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 97 (38.28% from 255 or 35.14% from 276); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5461 is #A0AB9E. Grayscale: #585858. Windows color (decimal): -10529695 or 6378591. OLE color: 6378591.
HSL color Cylindrical-coordinate representation of color #5F5461: hue angle of 290.77º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5F5461 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 84 | 97 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.62 |
| HSL | 290.77º | 0.07% | 0.35% | - |
| HSV(B) | 290.77º | 0.13% | 0.38% | - |
| XYZ | 10.05 | 9.64 | 12.64 | - |
| YUV | 88.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 84 | 97 | 0.02 | 0.13 | 0 | 0.62 | 290.77 | 0.07 | 0.35 |
| Hex | 5F | 54 | 61 | 2 | D | 0 | 3E | 123 | 7 | 23 |
| Octal | 137 | 124 | 141 | 2 | 15 | 0 | 76 | 443 | 7 | 43 |
| Binary | 1011111 | 1010100 | 1100001 | 10 | 1101 | 0 | 111110 | 100100011 | 111 | 100011 |
Color Harmonies of #5F5461
Complementary color
Monochromatic Colors of #5F5461
Black with #5F5461
Text Example
Text Example
White with #5F5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5461; }
p { color: rgb(95,84,97); }
H1.HeaderClassName
{
color: #5F5461;
}
.AnyTagClassName
{
color: #5F5461;
}
</style>
background-color css
<style>
a { background-color: #5F5461; }
a { background-color: rgb(95,84,97); }
div.DivClassName
{
background-color: #5F5461;
}
.BgClassName
{
background-color: #5F5461;
}
</style>
border-color css
<style>
span { border-color: #5F5461; }
span { border-color: rgb(95,84,97); }
td.TdClassName
{
border-color: #5F5461;
}
.TagClassName
{
border-color: #5F5461;
}
</style>