Shades of Finn #5F4652
Tints of Finn #5F4652
RGB
CMYK
RGB Variations
Color information
#5F4652 (or 0x5F4652) is known color: Finn. HEX triplet: 5F, 46 and 52. RGB value is (95,70,82). Sum of RGB (Red+Green+Blue) = 95+70+82=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4652 is #A0B9AD. Grayscale: #4E4E4E. Windows color (decimal): -10533294 or 5391967. OLE color: 5391967.
HSL color Cylindrical-coordinate representation of color #5F4652: hue angle of 331.2º 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 #5F4652 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 70 | 82 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.63 |
| HSL | 331.2º | 0.15% | 0.32% | - |
| HSV(B) | 331.2º | 0.26% | 0.37% | - |
| XYZ | 8.43 | 7.42 | 8.97 | - |
| YUV | 78.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 70 | 82 | 0 | 0.26 | 0.14 | 0.63 | 331.2 | 0.15 | 0.32 |
| Hex | 5F | 46 | 52 | 0 | 1A | E | 3F | 14B | F | 20 |
| Octal | 137 | 106 | 122 | 0 | 32 | 16 | 77 | 513 | 17 | 40 |
| Binary | 1011111 | 1000110 | 1010010 | 0 | 11010 | 1110 | 111111 | 101001011 | 1111 | 100000 |
Color Harmonies of #5F4652
Complementary color
Monochromatic Colors of #5F4652
Black with #5F4652
Text Example
Text Example
White with #5F4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4652; }
p { color: rgb(95,70,82); }
H1.HeaderClassName
{
color: #5F4652;
}
.AnyTagClassName
{
color: #5F4652;
}
</style>
background-color css
<style>
a { background-color: #5F4652; }
a { background-color: rgb(95,70,82); }
div.DivClassName
{
background-color: #5F4652;
}
.BgClassName
{
background-color: #5F4652;
}
</style>
border-color css
<style>
span { border-color: #5F4652; }
span { border-color: rgb(95,70,82); }
td.TdClassName
{
border-color: #5F4652;
}
.TagClassName
{
border-color: #5F4652;
}
</style>