Shades of Fedora #5F5065
Tints of Fedora #5F5065
RGB
CMYK
RGB Variations
Color information
#5F5065 (or 0x5F5065) is known color: Fedora. HEX triplet: 5F, 50 and 65. RGB value is (95,80,101). Sum of RGB (Red+Green+Blue) = 95+80+101=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F5065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5065 is #A0AF9A. Grayscale: #565656. Windows color (decimal): -10530715 or 6639711. OLE color: 6639711.
HSL color Cylindrical-coordinate representation of color #5F5065: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F5065 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 80 | 101 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.60 |
| HSL | 282.86º | 0.12% | 0.35% | - |
| HSV(B) | 282.86º | 0.21% | 0.4% | - |
| XYZ | 9.94 | 9.11 | 13.55 | - |
| YUV | 86.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 101 | 0.06 | 0.21 | 0 | 0.60 | 282.86 | 0.12 | 0.35 |
| Hex | 5F | 50 | 65 | 6 | 15 | 0 | 3C | 11B | C | 23 |
| Octal | 137 | 120 | 145 | 6 | 25 | 0 | 74 | 433 | 14 | 43 |
| Binary | 1011111 | 1010000 | 1100101 | 110 | 10101 | 0 | 111100 | 100011011 | 1100 | 100011 |
Color Harmonies of #5F5065
Complementary color
Monochromatic Colors of #5F5065
Black with #5F5065
Text Example
Text Example
White with #5F5065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5065; }
p { color: rgb(95,80,101); }
H1.HeaderClassName
{
color: #5F5065;
}
.AnyTagClassName
{
color: #5F5065;
}
</style>
background-color css
<style>
a { background-color: #5F5065; }
a { background-color: rgb(95,80,101); }
div.DivClassName
{
background-color: #5F5065;
}
.BgClassName
{
background-color: #5F5065;
}
</style>
border-color css
<style>
span { border-color: #5F5065; }
span { border-color: rgb(95,80,101); }
td.TdClassName
{
border-color: #5F5065;
}
.TagClassName
{
border-color: #5F5065;
}
</style>