Shades of Fedora #5F5262
Tints of Fedora #5F5262
RGB
CMYK
RGB Variations
Color information
#5F5262 (or 0x5F5262) is known color: Fedora. HEX triplet: 5F, 52 and 62. RGB value is (95,82,98). Sum of RGB (Red+Green+Blue) = 95+82+98=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F5262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5262 is #A0AD9D. Grayscale: #575757. Windows color (decimal): -10530206 or 6443615. OLE color: 6443615.
HSL color Cylindrical-coordinate representation of color #5F5262: hue angle of 288.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F5262 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 82 | 98 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.62 |
| HSL | 288.75º | 0.09% | 0.35% | - |
| HSV(B) | 288.75º | 0.16% | 0.38% | - |
| XYZ | 9.94 | 9.35 | 12.84 | - |
| YUV | 87.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 98 | 0.03 | 0.16 | 0 | 0.62 | 288.75 | 0.09 | 0.35 |
| Hex | 5F | 52 | 62 | 3 | 10 | 0 | 3E | 121 | 9 | 23 |
| Octal | 137 | 122 | 142 | 3 | 20 | 0 | 76 | 441 | 11 | 43 |
| Binary | 1011111 | 1010010 | 1100010 | 11 | 10000 | 0 | 111110 | 100100001 | 1001 | 100011 |
Color Harmonies of #5F5262
Complementary color
Monochromatic Colors of #5F5262
Black with #5F5262
Text Example
Text Example
White with #5F5262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5262; }
p { color: rgb(95,82,98); }
H1.HeaderClassName
{
color: #5F5262;
}
.AnyTagClassName
{
color: #5F5262;
}
</style>
background-color css
<style>
a { background-color: #5F5262; }
a { background-color: rgb(95,82,98); }
div.DivClassName
{
background-color: #5F5262;
}
.BgClassName
{
background-color: #5F5262;
}
</style>
border-color css
<style>
span { border-color: #5F5262; }
span { border-color: rgb(95,82,98); }
td.TdClassName
{
border-color: #5F5262;
}
.TagClassName
{
border-color: #5F5262;
}
</style>