Shades of Fedora #5F4B65
Tints of Fedora #5F4B65
RGB
CMYK
RGB Variations
Color information
#5F4B65 (or 0x5F4B65) is known color: Fedora. HEX triplet: 5F, 4B and 65. RGB value is (95,75,101). Sum of RGB (Red+Green+Blue) = 95+75+101=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 101 - color contains mainly: blue. Hex color #5F4B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4B65 is #A0B49A. Grayscale: #535353. Windows color (decimal): -10531995 or 6638431. OLE color: 6638431.
HSL color Cylindrical-coordinate representation of color #5F4B65: hue angle of 286.15º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F4B65 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 75 | 101 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.60 |
| HSL | 286.15º | 0.15% | 0.35% | - |
| HSV(B) | 286.15º | 0.26% | 0.4% | - |
| XYZ | 9.58 | 8.4 | 13.43 | - |
| YUV | 83.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 75 | 101 | 0.06 | 0.26 | 0 | 0.60 | 286.15 | 0.15 | 0.35 |
| Hex | 5F | 4B | 65 | 6 | 1A | 0 | 3C | 11E | F | 23 |
| Octal | 137 | 113 | 145 | 6 | 32 | 0 | 74 | 436 | 17 | 43 |
| Binary | 1011111 | 1001011 | 1100101 | 110 | 11010 | 0 | 111100 | 100011110 | 1111 | 100011 |
Color Harmonies of #5F4B65
Complementary color
Monochromatic Colors of #5F4B65
Black with #5F4B65
Text Example
Text Example
White with #5F4B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4B65; }
p { color: rgb(95,75,101); }
H1.HeaderClassName
{
color: #5F4B65;
}
.AnyTagClassName
{
color: #5F4B65;
}
</style>
background-color css
<style>
a { background-color: #5F4B65; }
a { background-color: rgb(95,75,101); }
div.DivClassName
{
background-color: #5F4B65;
}
.BgClassName
{
background-color: #5F4B65;
}
</style>
border-color css
<style>
span { border-color: #5F4B65; }
span { border-color: rgb(95,75,101); }
td.TdClassName
{
border-color: #5F4B65;
}
.TagClassName
{
border-color: #5F4B65;
}
</style>