Shades of Finn #5E4651
Tints of Finn #5E4651
RGB
CMYK
RGB Variations
Color information
#5E4651 (or 0x5E4651) is known color: Finn. HEX triplet: 5E, 46 and 51. RGB value is (94,70,81). Sum of RGB (Red+Green+Blue) = 94+70+81=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4651 is #A1B9AE. Grayscale: #4E4E4E. Windows color (decimal): -10598831 or 5326430. OLE color: 5326430.
HSL color Cylindrical-coordinate representation of color #5E4651: hue angle of 332.5º 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 #5E4651 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 70 | 81 | - |
| CMYK | 0 | 0.26 | 0.14 | 0.63 |
| HSL | 332.5º | 0.15% | 0.32% | - |
| HSV(B) | 332.5º | 0.26% | 0.37% | - |
| XYZ | 8.29 | 7.35 | 8.77 | - |
| YUV | 78.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 81 | 0 | 0.26 | 0.14 | 0.63 | 332.5 | 0.15 | 0.32 |
| Hex | 5E | 46 | 51 | 0 | 1A | E | 3F | 14C | F | 20 |
| Octal | 136 | 106 | 121 | 0 | 32 | 16 | 77 | 514 | 17 | 40 |
| Binary | 1011110 | 1000110 | 1010001 | 0 | 11010 | 1110 | 111111 | 101001100 | 1111 | 100000 |
Color Harmonies of #5E4651
Complementary color
Monochromatic Colors of #5E4651
Black with #5E4651
Text Example
Text Example
White with #5E4651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4651; }
p { color: rgb(94,70,81); }
H1.HeaderClassName
{
color: #5E4651;
}
.AnyTagClassName
{
color: #5E4651;
}
</style>
background-color css
<style>
a { background-color: #5E4651; }
a { background-color: rgb(94,70,81); }
div.DivClassName
{
background-color: #5E4651;
}
.BgClassName
{
background-color: #5E4651;
}
</style>
border-color css
<style>
span { border-color: #5E4651; }
span { border-color: rgb(94,70,81); }
td.TdClassName
{
border-color: #5E4651;
}
.TagClassName
{
border-color: #5E4651;
}
</style>