Shades of Fedora #5F515F
Tints of Fedora #5F515F
RGB
CMYK
RGB Variations
Color information
#5F515F (or 0x5F515F) is known color: Fedora. HEX triplet: 5F, 51 and 5F. RGB value is (95,81,95). Sum of RGB (Red+Green+Blue) = 95+81+95=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 95 - color contains mainly: red, blue. Hex color #5F515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F515F is #A0AEA0. Grayscale: #565656. Windows color (decimal): -10530465 or 6246751. OLE color: 6246751.
HSL color Cylindrical-coordinate representation of color #5F515F: hue angle of 300º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5F515F is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 81 | 95 | - |
| CMYK | 0 | 0.15 | 0 | 0.63 |
| HSL | 300º | 0.08% | 0.35% | - |
| HSV(B) | 300º | 0.15% | 0.37% | - |
| XYZ | 9.73 | 9.14 | 12.08 | - |
| YUV | 86.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 81 | 95 | 0 | 0.15 | 0 | 0.63 | 300 | 0.08 | 0.35 |
| Hex | 5F | 51 | 5F | 0 | F | 0 | 3F | 12C | 8 | 23 |
| Octal | 137 | 121 | 137 | 0 | 17 | 0 | 77 | 454 | 10 | 43 |
| Binary | 1011111 | 1010001 | 1011111 | 0 | 1111 | 0 | 111111 | 100101100 | 1000 | 100011 |
Color Harmonies of #5F515F
Complementary color
Monochromatic Colors of #5F515F
Black with #5F515F
Text Example
Text Example
White with #5F515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F515F; }
p { color: rgb(95,81,95); }
H1.HeaderClassName
{
color: #5F515F;
}
.AnyTagClassName
{
color: #5F515F;
}
</style>
background-color css
<style>
a { background-color: #5F515F; }
a { background-color: rgb(95,81,95); }
div.DivClassName
{
background-color: #5F515F;
}
.BgClassName
{
background-color: #5F515F;
}
</style>
border-color css
<style>
span { border-color: #5F515F; }
span { border-color: rgb(95,81,95); }
td.TdClassName
{
border-color: #5F515F;
}
.TagClassName
{
border-color: #5F515F;
}
</style>