Shades of Fedora #5F5361
Tints of Fedora #5F5361
RGB
CMYK
RGB Variations
Color information
#5F5361 (or 0x5F5361) is known color: Fedora. HEX triplet: 5F, 53 and 61. RGB value is (95,83,97). Sum of RGB (Red+Green+Blue) = 95+83+97=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 97 (38.28% from 255 or 35.27% from 275); Max value from RGB is 97 - color contains mainly: blue. Hex color #5F5361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5361 is #A0AC9E. Grayscale: #585858. Windows color (decimal): -10529951 or 6378335. OLE color: 6378335.
HSL color Cylindrical-coordinate representation of color #5F5361: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F5361 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 83 | 97 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.62 |
| HSL | 291.43º | 0.08% | 0.35% | - |
| HSV(B) | 291.43º | 0.14% | 0.38% | - |
| XYZ | 9.97 | 9.48 | 12.61 | - |
| YUV | 88.18 | 132.98 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 83 | 97 | 0.02 | 0.14 | 0 | 0.62 | 291.43 | 0.08 | 0.35 |
| Hex | 5F | 53 | 61 | 2 | E | 0 | 3E | 123 | 8 | 23 |
| Octal | 137 | 123 | 141 | 2 | 16 | 0 | 76 | 443 | 10 | 43 |
| Binary | 1011111 | 1010011 | 1100001 | 10 | 1110 | 0 | 111110 | 100100011 | 1000 | 100011 |
Color Harmonies of #5F5361
Complementary color
Monochromatic Colors of #5F5361
Black with #5F5361
Text Example
Text Example
White with #5F5361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5361; }
p { color: rgb(95,83,97); }
H1.HeaderClassName
{
color: #5F5361;
}
.AnyTagClassName
{
color: #5F5361;
}
</style>
background-color css
<style>
a { background-color: #5F5361; }
a { background-color: rgb(95,83,97); }
div.DivClassName
{
background-color: #5F5361;
}
.BgClassName
{
background-color: #5F5361;
}
</style>
border-color css
<style>
span { border-color: #5F5361; }
span { border-color: rgb(95,83,97); }
td.TdClassName
{
border-color: #5F5361;
}
.TagClassName
{
border-color: #5F5361;
}
</style>