Shades of Fedora #5F5662
Tints of Fedora #5F5662
RGB
CMYK
RGB Variations
Color information
#5F5662 (or 0x5F5662) is known color: Fedora. HEX triplet: 5F, 56 and 62. RGB value is (95,86,98). Sum of RGB (Red+Green+Blue) = 95+86+98=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F5662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5662 is #A0A99D. Grayscale: #5A5A5A. Windows color (decimal): -10529182 or 6444639. OLE color: 6444639.
HSL color Cylindrical-coordinate representation of color #5F5662: hue angle of 285º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5F5662 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 86 | 98 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.62 |
| HSL | 285º | 0.07% | 0.36% | - |
| HSV(B) | 285º | 0.12% | 0.38% | - |
| XYZ | 10.25 | 9.97 | 12.94 | - |
| YUV | 90.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 86 | 98 | 0.03 | 0.12 | 0 | 0.62 | 285 | 0.07 | 0.36 |
| Hex | 5F | 56 | 62 | 3 | C | 0 | 3E | 11D | 7 | 24 |
| Octal | 137 | 126 | 142 | 3 | 14 | 0 | 76 | 435 | 7 | 44 |
| Binary | 1011111 | 1010110 | 1100010 | 11 | 1100 | 0 | 111110 | 100011101 | 111 | 100100 |
Color Harmonies of #5F5662
Complementary color
Monochromatic Colors of #5F5662
Black with #5F5662
Text Example
Text Example
White with #5F5662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5662; }
p { color: rgb(95,86,98); }
H1.HeaderClassName
{
color: #5F5662;
}
.AnyTagClassName
{
color: #5F5662;
}
</style>
background-color css
<style>
a { background-color: #5F5662; }
a { background-color: rgb(95,86,98); }
div.DivClassName
{
background-color: #5F5662;
}
.BgClassName
{
background-color: #5F5662;
}
</style>
border-color css
<style>
span { border-color: #5F5662; }
span { border-color: rgb(95,86,98); }
td.TdClassName
{
border-color: #5F5662;
}
.TagClassName
{
border-color: #5F5662;
}
</style>