Shades of Fedora #5F5066
Tints of Fedora #5F5066
RGB
CMYK
RGB Variations
Color information
#5F5066 (or 0x5F5066) is known color: Fedora. HEX triplet: 5F, 50 and 66. RGB value is (95,80,102). Sum of RGB (Red+Green+Blue) = 95+80+102=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 102 - color contains mainly: blue. Hex color #5F5066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5066 is #A0AF99. Grayscale: #565656. Windows color (decimal): -10530714 or 6705247. OLE color: 6705247.
HSL color Cylindrical-coordinate representation of color #5F5066: hue angle of 280.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F5066 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 95 | 80 | 102 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.6 |
| HSL | 280.91º | 0.12% | 0.36% | - |
| HSV(B) | 280.91º | 0.22% | 0.4% | - |
| XYZ | 9.99 | 9.13 | 13.81 | - |
| YUV | 86.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 102 | 0.07 | 0.22 | 0 | 0.6 | 280.91 | 0.12 | 0.36 |
| Hex | 5F | 50 | 66 | 7 | 16 | 0 | 3C | 119 | C | 24 |
| Octal | 137 | 120 | 146 | 7 | 26 | 0 | 74 | 431 | 14 | 44 |
| Binary | 1011111 | 1010000 | 1100110 | 111 | 10110 | 0 | 111100 | 100011001 | 1100 | 100100 |
Color Harmonies of #5F5066
Complementary color
Monochromatic Colors of #5F5066
Black with #5F5066
Text Example
Text Example
White with #5F5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5066; }
p { color: rgb(95,80,102); }
H1.HeaderClassName
{
color: #5F5066;
}
.AnyTagClassName
{
color: #5F5066;
}
</style>
background-color css
<style>
a { background-color: #5F5066; }
a { background-color: rgb(95,80,102); }
div.DivClassName
{
background-color: #5F5066;
}
.BgClassName
{
background-color: #5F5066;
}
</style>
border-color css
<style>
span { border-color: #5F5066; }
span { border-color: rgb(95,80,102); }
td.TdClassName
{
border-color: #5F5066;
}
.TagClassName
{
border-color: #5F5066;
}
</style>