Shades of Fedora #5F5263
Tints of Fedora #5F5263
RGB
CMYK
RGB Variations
Color information
#5F5263 (or 0x5F5263) is known color: Fedora. HEX triplet: 5F, 52 and 63. RGB value is (95,82,99). Sum of RGB (Red+Green+Blue) = 95+82+99=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F5263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5263 is #A0AD9C. Grayscale: #575757. Windows color (decimal): -10530205 or 6509151. OLE color: 6509151.
HSL color Cylindrical-coordinate representation of color #5F5263: hue angle of 285.88º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F5263 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 82 | 99 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.61 |
| HSL | 285.88º | 0.09% | 0.35% | - |
| HSV(B) | 285.88º | 0.17% | 0.39% | - |
| XYZ | 9.99 | 9.37 | 13.09 | - |
| YUV | 87.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 99 | 0.04 | 0.17 | 0 | 0.61 | 285.88 | 0.09 | 0.35 |
| Hex | 5F | 52 | 63 | 4 | 11 | 0 | 3D | 11E | 9 | 23 |
| Octal | 137 | 122 | 143 | 4 | 21 | 0 | 75 | 436 | 11 | 43 |
| Binary | 1011111 | 1010010 | 1100011 | 100 | 10001 | 0 | 111101 | 100011110 | 1001 | 100011 |
Color Harmonies of #5F5263
Complementary color
Monochromatic Colors of #5F5263
Black with #5F5263
Text Example
Text Example
White with #5F5263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5263; }
p { color: rgb(95,82,99); }
H1.HeaderClassName
{
color: #5F5263;
}
.AnyTagClassName
{
color: #5F5263;
}
</style>
background-color css
<style>
a { background-color: #5F5263; }
a { background-color: rgb(95,82,99); }
div.DivClassName
{
background-color: #5F5263;
}
.BgClassName
{
background-color: #5F5263;
}
</style>
border-color css
<style>
span { border-color: #5F5263; }
span { border-color: rgb(95,82,99); }
td.TdClassName
{
border-color: #5F5263;
}
.TagClassName
{
border-color: #5F5263;
}
</style>