Shades of Fedora #5F5063
Tints of Fedora #5F5063
RGB
CMYK
RGB Variations
Color information
#5F5063 (or 0x5F5063) is known color: Fedora. HEX triplet: 5F, 50 and 63. RGB value is (95,80,99). Sum of RGB (Red+Green+Blue) = 95+80+99=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #5F5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5063 is #A0AF9C. Grayscale: #565656. Windows color (decimal): -10530717 or 6508639. OLE color: 6508639.
HSL color Cylindrical-coordinate representation of color #5F5063: hue angle of 287.37º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5F5063 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 95 | 80 | 99 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.61 |
| HSL | 287.37º | 0.11% | 0.35% | - |
| HSV(B) | 287.37º | 0.19% | 0.39% | - |
| XYZ | 9.84 | 9.07 | 13.04 | - |
| YUV | 86.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 99 | 0.04 | 0.19 | 0 | 0.61 | 287.37 | 0.11 | 0.35 |
| Hex | 5F | 50 | 63 | 4 | 13 | 0 | 3D | 11F | B | 23 |
| Octal | 137 | 120 | 143 | 4 | 23 | 0 | 75 | 437 | 13 | 43 |
| Binary | 1011111 | 1010000 | 1100011 | 100 | 10011 | 0 | 111101 | 100011111 | 1011 | 100011 |
Color Harmonies of #5F5063
Complementary color
Monochromatic Colors of #5F5063
Black with #5F5063
Text Example
Text Example
White with #5F5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5063; }
p { color: rgb(95,80,99); }
H1.HeaderClassName
{
color: #5F5063;
}
.AnyTagClassName
{
color: #5F5063;
}
</style>
background-color css
<style>
a { background-color: #5F5063; }
a { background-color: rgb(95,80,99); }
div.DivClassName
{
background-color: #5F5063;
}
.BgClassName
{
background-color: #5F5063;
}
</style>
border-color css
<style>
span { border-color: #5F5063; }
span { border-color: rgb(95,80,99); }
td.TdClassName
{
border-color: #5F5063;
}
.TagClassName
{
border-color: #5F5063;
}
</style>