Shades of Finn #5E464E
Tints of Finn #5E464E
RGB
CMYK
RGB Variations
Color information
#5E464E (or 0x5E464E) is known color: Finn. HEX triplet: 5E, 46 and 4E. RGB value is (94,70,78). Sum of RGB (Red+Green+Blue) = 94+70+78=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 94 - color contains mainly: red. Hex color #5E464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E464E is #A1B9B1. Grayscale: #4E4E4E. Windows color (decimal): -10598834 or 5129822. OLE color: 5129822.
HSL color Cylindrical-coordinate representation of color #5E464E: hue angle of 340º 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 #5E464E is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 70 | 78 | - |
CMYK | 0 | 0.26 | 0.17 | 0.63 |
HSL | 340º | 0.15% | 0.32% | - |
HSV(B) | 340º | 0.26% | 0.37% | - |
XYZ | 8.18 | 7.31 | 8.19 | - |
YUV | 78.09 | 127.95 | 139.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 70 | 78 | 0 | 0.26 | 0.17 | 0.63 | 340 | 0.15 | 0.32 |
Hex | 5E | 46 | 4E | 0 | 1A | 11 | 3F | 154 | F | 20 |
Octal | 136 | 106 | 116 | 0 | 32 | 21 | 77 | 524 | 17 | 40 |
Binary | 1011110 | 1000110 | 1001110 | 0 | 11010 | 10001 | 111111 | 101010100 | 1111 | 100000 |
Color Harmonies of #5E464E
Complementary color
Monochromatic Colors of #5E464E
Black with #5E464E
Text Example
Text Example
White with #5E464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E464E; }
p { color: rgb(94,70,78); }
H1.HeaderClassName
{
color: #5E464E;
}
.AnyTagClassName
{
color: #5E464E;
}
</style>
background-color css
<style>
a { background-color: #5E464E; }
a { background-color: rgb(94,70,78); }
div.DivClassName
{
background-color: #5E464E;
}
.BgClassName
{
background-color: #5E464E;
}
</style>
border-color css
<style>
span { border-color: #5E464E; }
span { border-color: rgb(94,70,78); }
td.TdClassName
{
border-color: #5E464E;
}
.TagClassName
{
border-color: #5E464E;
}
</style>