Shades of Finn #5E4551
Tints of Finn #5E4551
RGB
CMYK
RGB Variations
Color information
#5E4551 (or 0x5E4551) is known color: Finn. HEX triplet: 5E, 45 and 51. RGB value is (94,69,81). Sum of RGB (Red+Green+Blue) = 94+69+81=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E4551 is #A1BAAE. Grayscale: #4D4D4D. Windows color (decimal): -10599087 or 5326174. OLE color: 5326174.
HSL color Cylindrical-coordinate representation of color #5E4551: 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.27%. Process color model (Four color, CMYK) of #5E4551 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 69 | 81 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.63 |
| HSL | 331.2º | 0.15% | 0.32% | - |
| HSV(B) | 331.2º | 0.27% | 0.37% | - |
| XYZ | 8.23 | 7.23 | 8.75 | - |
| YUV | 77.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 81 | 0 | 0.27 | 0.14 | 0.63 | 331.2 | 0.15 | 0.32 |
| Hex | 5E | 45 | 51 | 0 | 1B | E | 3F | 14B | F | 20 |
| Octal | 136 | 105 | 121 | 0 | 33 | 16 | 77 | 513 | 17 | 40 |
| Binary | 1011110 | 1000101 | 1010001 | 0 | 11011 | 1110 | 111111 | 101001011 | 1111 | 100000 |
Color Harmonies of #5E4551
Complementary color
Monochromatic Colors of #5E4551
Black with #5E4551
Text Example
Text Example
White with #5E4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4551; }
p { color: rgb(94,69,81); }
H1.HeaderClassName
{
color: #5E4551;
}
.AnyTagClassName
{
color: #5E4551;
}
</style>
background-color css
<style>
a { background-color: #5E4551; }
a { background-color: rgb(94,69,81); }
div.DivClassName
{
background-color: #5E4551;
}
.BgClassName
{
background-color: #5E4551;
}
</style>
border-color css
<style>
span { border-color: #5E4551; }
span { border-color: rgb(94,69,81); }
td.TdClassName
{
border-color: #5E4551;
}
.TagClassName
{
border-color: #5E4551;
}
</style>