Shades of Fedora #5F4F67
Tints of Fedora #5F4F67
RGB
CMYK
RGB Variations
Color information
#5F4F67 (or 0x5F4F67) is known color: Fedora. HEX triplet: 5F, 4F and 67. RGB value is (95,79,103). Sum of RGB (Red+Green+Blue) = 95+79+103=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 79 (31.25% from 255 or 28.52% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F4F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4F67 is #A0B098. Grayscale: #565656. Windows color (decimal): -10530969 or 6770527. OLE color: 6770527.
HSL color Cylindrical-coordinate representation of color #5F4F67: hue angle of 280º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5F4F67 is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 79 | 103 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.60 |
| HSL | 280º | 0.13% | 0.36% | - |
| HSV(B) | 280º | 0.23% | 0.4% | - |
| XYZ | 9.96 | 9 | 14.04 | - |
| YUV | 86.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 79 | 103 | 0.08 | 0.23 | 0 | 0.60 | 280 | 0.13 | 0.36 |
| Hex | 5F | 4F | 67 | 8 | 17 | 0 | 3C | 118 | D | 24 |
| Octal | 137 | 117 | 147 | 10 | 27 | 0 | 74 | 430 | 15 | 44 |
| Binary | 1011111 | 1001111 | 1100111 | 1000 | 10111 | 0 | 111100 | 100011000 | 1101 | 100100 |
Color Harmonies of #5F4F67
Complementary color
Monochromatic Colors of #5F4F67
Black with #5F4F67
Text Example
Text Example
White with #5F4F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4F67; }
p { color: rgb(95,79,103); }
H1.HeaderClassName
{
color: #5F4F67;
}
.AnyTagClassName
{
color: #5F4F67;
}
</style>
background-color css
<style>
a { background-color: #5F4F67; }
a { background-color: rgb(95,79,103); }
div.DivClassName
{
background-color: #5F4F67;
}
.BgClassName
{
background-color: #5F4F67;
}
</style>
border-color css
<style>
span { border-color: #5F4F67; }
span { border-color: rgb(95,79,103); }
td.TdClassName
{
border-color: #5F4F67;
}
.TagClassName
{
border-color: #5F4F67;
}
</style>