Shades of Finn #5F464E
Tints of Finn #5F464E
RGB
CMYK
RGB Variations
Color information
#5F464E (or 0x5F464E) is known color: Finn. HEX triplet: 5F, 46 and 4E. RGB value is (95,70,78). Sum of RGB (Red+Green+Blue) = 95+70+78=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 95 - color contains mainly: red. Hex color #5F464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F464E is #A0B9B1. Grayscale: #4E4E4E. Windows color (decimal): -10533298 or 5129823. OLE color: 5129823.
HSL color Cylindrical-coordinate representation of color #5F464E: hue angle of 340.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5F464E is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 70 | 78 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.63 |
| HSL | 340.8º | 0.15% | 0.32% | - |
| HSV(B) | 340.8º | 0.26% | 0.37% | - |
| XYZ | 8.28 | 7.36 | 8.19 | - |
| YUV | 78.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 78 | 0 | 0.26 | 0.18 | 0.63 | 340.8 | 0.15 | 0.32 |
| Hex | 5F | 46 | 4E | 0 | 1A | 12 | 3F | 155 | F | 20 |
| Octal | 137 | 106 | 116 | 0 | 32 | 22 | 77 | 525 | 17 | 40 |
| Binary | 1011111 | 1000110 | 1001110 | 0 | 11010 | 10010 | 111111 | 101010101 | 1111 | 100000 |
Color Harmonies of #5F464E
Complementary color
Monochromatic Colors of #5F464E
Black with #5F464E
Text Example
Text Example
White with #5F464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F464E; }
p { color: rgb(95,70,78); }
H1.HeaderClassName
{
color: #5F464E;
}
.AnyTagClassName
{
color: #5F464E;
}
</style>
background-color css
<style>
a { background-color: #5F464E; }
a { background-color: rgb(95,70,78); }
div.DivClassName
{
background-color: #5F464E;
}
.BgClassName
{
background-color: #5F464E;
}
</style>
border-color css
<style>
span { border-color: #5F464E; }
span { border-color: rgb(95,70,78); }
td.TdClassName
{
border-color: #5F464E;
}
.TagClassName
{
border-color: #5F464E;
}
</style>