Shades of Fedora #5F5462
Tints of Fedora #5F5462
RGB
CMYK
RGB Variations
Color information
#5F5462 (or 0x5F5462) is known color: Fedora. HEX triplet: 5F, 54 and 62. RGB value is (95,84,98). Sum of RGB (Red+Green+Blue) = 95+84+98=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F5462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5462 is #A0AB9D. Grayscale: #585858. Windows color (decimal): -10529694 or 6444127. OLE color: 6444127.
HSL color Cylindrical-coordinate representation of color #5F5462: hue angle of 287.14º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F5462 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 84 | 98 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.62 |
| HSL | 287.14º | 0.08% | 0.36% | - |
| HSV(B) | 287.14º | 0.14% | 0.38% | - |
| XYZ | 10.09 | 9.66 | 12.89 | - |
| YUV | 88.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 84 | 98 | 0.03 | 0.14 | 0 | 0.62 | 287.14 | 0.08 | 0.36 |
| Hex | 5F | 54 | 62 | 3 | E | 0 | 3E | 11F | 8 | 24 |
| Octal | 137 | 124 | 142 | 3 | 16 | 0 | 76 | 437 | 10 | 44 |
| Binary | 1011111 | 1010100 | 1100010 | 11 | 1110 | 0 | 111110 | 100011111 | 1000 | 100100 |
Color Harmonies of #5F5462
Complementary color
Monochromatic Colors of #5F5462
Black with #5F5462
Text Example
Text Example
White with #5F5462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5462; }
p { color: rgb(95,84,98); }
H1.HeaderClassName
{
color: #5F5462;
}
.AnyTagClassName
{
color: #5F5462;
}
</style>
background-color css
<style>
a { background-color: #5F5462; }
a { background-color: rgb(95,84,98); }
div.DivClassName
{
background-color: #5F5462;
}
.BgClassName
{
background-color: #5F5462;
}
</style>
border-color css
<style>
span { border-color: #5F5462; }
span { border-color: rgb(95,84,98); }
td.TdClassName
{
border-color: #5F5462;
}
.TagClassName
{
border-color: #5F5462;
}
</style>