Shades of Finn #5F4050
Tints of Finn #5F4050
RGB
CMYK
RGB Variations
Color information
#5F4050 (or 0x5F4050) is known color: Finn. HEX triplet: 5F, 40 and 50. RGB value is (95,64,80). Sum of RGB (Red+Green+Blue) = 95+64+80=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4050 is #A0BFAF. Grayscale: #4B4B4B. Windows color (decimal): -10534832 or 5259359. OLE color: 5259359.
HSL color Cylindrical-coordinate representation of color #5F4050: hue angle of 329.03º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F4050 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 64 | 80 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.63 |
| HSL | 329.03º | 0.19% | 0.31% | - |
| HSV(B) | 329.03º | 0.33% | 0.37% | - |
| XYZ | 8 | 6.68 | 8.46 | - |
| YUV | 75.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 64 | 80 | 0 | 0.33 | 0.16 | 0.63 | 329.03 | 0.19 | 0.31 |
| Hex | 5F | 40 | 50 | 0 | 21 | 10 | 3F | 149 | 13 | 1F |
| Octal | 137 | 100 | 120 | 0 | 41 | 20 | 77 | 511 | 23 | 37 |
| Binary | 1011111 | 1000000 | 1010000 | 0 | 100001 | 10000 | 111111 | 101001001 | 10011 | 11111 |
Color Harmonies of #5F4050
Complementary color
Monochromatic Colors of #5F4050
Black with #5F4050
Text Example
Text Example
White with #5F4050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4050; }
p { color: rgb(95,64,80); }
H1.HeaderClassName
{
color: #5F4050;
}
.AnyTagClassName
{
color: #5F4050;
}
</style>
background-color css
<style>
a { background-color: #5F4050; }
a { background-color: rgb(95,64,80); }
div.DivClassName
{
background-color: #5F4050;
}
.BgClassName
{
background-color: #5F4050;
}
</style>
border-color css
<style>
span { border-color: #5F4050; }
span { border-color: rgb(95,64,80); }
td.TdClassName
{
border-color: #5F4050;
}
.TagClassName
{
border-color: #5F4050;
}
</style>