Shades of Finn #5F414E
Tints of Finn #5F414E
RGB
CMYK
RGB Variations
Color information
#5F414E (or 0x5F414E) is known color: Finn. HEX triplet: 5F, 41 and 4E. RGB value is (95,65,78). Sum of RGB (Red+Green+Blue) = 95+65+78=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 95 - color contains mainly: red. Hex color #5F414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F414E is #A0BEB1. Grayscale: #4B4B4B. Windows color (decimal): -10534578 or 5128543. OLE color: 5128543.
HSL color Cylindrical-coordinate representation of color #5F414E: hue angle of 334º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F414E is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 65 | 78 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.63 |
| HSL | 334º | 0.19% | 0.31% | - |
| HSV(B) | 334º | 0.32% | 0.37% | - |
| XYZ | 7.98 | 6.76 | 8.09 | - |
| YUV | 75.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 65 | 78 | 0 | 0.32 | 0.18 | 0.63 | 334 | 0.19 | 0.31 |
| Hex | 5F | 41 | 4E | 0 | 20 | 12 | 3F | 14E | 13 | 1F |
| Octal | 137 | 101 | 116 | 0 | 40 | 22 | 77 | 516 | 23 | 37 |
| Binary | 1011111 | 1000001 | 1001110 | 0 | 100000 | 10010 | 111111 | 101001110 | 10011 | 11111 |
Color Harmonies of #5F414E
Complementary color
Monochromatic Colors of #5F414E
Black with #5F414E
Text Example
Text Example
White with #5F414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F414E; }
p { color: rgb(95,65,78); }
H1.HeaderClassName
{
color: #5F414E;
}
.AnyTagClassName
{
color: #5F414E;
}
</style>
background-color css
<style>
a { background-color: #5F414E; }
a { background-color: rgb(95,65,78); }
div.DivClassName
{
background-color: #5F414E;
}
.BgClassName
{
background-color: #5F414E;
}
</style>
border-color css
<style>
span { border-color: #5F414E; }
span { border-color: rgb(95,65,78); }
td.TdClassName
{
border-color: #5F414E;
}
.TagClassName
{
border-color: #5F414E;
}
</style>