Shades of Finn #5E4E54
Tints of Finn #5E4E54
RGB
CMYK
RGB Variations
Color information
#5E4E54 (or 0x5E4E54) is known color: Finn. HEX triplet: 5E, 4E and 54. RGB value is (94,78,84). Sum of RGB (Red+Green+Blue) = 94+78+84=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E4E54 is #A1B1AB. Grayscale: #535353. Windows color (decimal): -10596780 or 5525086. OLE color: 5525086.
HSL color Cylindrical-coordinate representation of color #5E4E54: hue angle of 337.5º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5E4E54 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 78 | 84 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.63 |
| HSL | 337.5º | 0.09% | 0.34% | - |
| HSV(B) | 337.5º | 0.17% | 0.37% | - |
| XYZ | 8.94 | 8.47 | 9.55 | - |
| YUV | 83.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 84 | 0 | 0.17 | 0.11 | 0.63 | 337.5 | 0.09 | 0.34 |
| Hex | 5E | 4E | 54 | 0 | 11 | B | 3F | 152 | 9 | 22 |
| Octal | 136 | 116 | 124 | 0 | 21 | 13 | 77 | 522 | 11 | 42 |
| Binary | 1011110 | 1001110 | 1010100 | 0 | 10001 | 1011 | 111111 | 101010010 | 1001 | 100010 |
Color Harmonies of #5E4E54
Complementary color
Monochromatic Colors of #5E4E54
Black with #5E4E54
Text Example
Text Example
White with #5E4E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4E54; }
p { color: rgb(94,78,84); }
H1.HeaderClassName
{
color: #5E4E54;
}
.AnyTagClassName
{
color: #5E4E54;
}
</style>
background-color css
<style>
a { background-color: #5E4E54; }
a { background-color: rgb(94,78,84); }
div.DivClassName
{
background-color: #5E4E54;
}
.BgClassName
{
background-color: #5E4E54;
}
</style>
border-color css
<style>
span { border-color: #5E4E54; }
span { border-color: rgb(94,78,84); }
td.TdClassName
{
border-color: #5E4E54;
}
.TagClassName
{
border-color: #5E4E54;
}
</style>