Shades of Fedora #5F4B67
Tints of Fedora #5F4B67
RGB
CMYK
RGB Variations
Color information
#5F4B67 (or 0x5F4B67) is known color: Fedora. HEX triplet: 5F, 4B and 67. RGB value is (95,75,103). Sum of RGB (Red+Green+Blue) = 95+75+103=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 103 - color contains mainly: blue. Hex color #5F4B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4B67 is #A0B498. Grayscale: #545454. Windows color (decimal): -10531993 or 6769503. OLE color: 6769503.
HSL color Cylindrical-coordinate representation of color #5F4B67: hue angle of 282.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F4B67 is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 75 | 103 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.60 |
| HSL | 282.86º | 0.16% | 0.35% | - |
| HSV(B) | 282.86º | 0.27% | 0.4% | - |
| XYZ | 9.68 | 8.44 | 13.95 | - |
| YUV | 84.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 75 | 103 | 0.08 | 0.27 | 0 | 0.60 | 282.86 | 0.16 | 0.35 |
| Hex | 5F | 4B | 67 | 8 | 1B | 0 | 3C | 11B | 10 | 23 |
| Octal | 137 | 113 | 147 | 10 | 33 | 0 | 74 | 433 | 20 | 43 |
| Binary | 1011111 | 1001011 | 1100111 | 1000 | 11011 | 0 | 111100 | 100011011 | 10000 | 100011 |
Color Harmonies of #5F4B67
Complementary color
Monochromatic Colors of #5F4B67
Black with #5F4B67
Text Example
Text Example
White with #5F4B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4B67; }
p { color: rgb(95,75,103); }
H1.HeaderClassName
{
color: #5F4B67;
}
.AnyTagClassName
{
color: #5F4B67;
}
</style>
background-color css
<style>
a { background-color: #5F4B67; }
a { background-color: rgb(95,75,103); }
div.DivClassName
{
background-color: #5F4B67;
}
.BgClassName
{
background-color: #5F4B67;
}
</style>
border-color css
<style>
span { border-color: #5F4B67; }
span { border-color: rgb(95,75,103); }
td.TdClassName
{
border-color: #5F4B67;
}
.TagClassName
{
border-color: #5F4B67;
}
</style>