Shades of Finlandia #5E7857
Tints of Finlandia #5E7857
RGB
CMYK
RGB Variations
Color information
#5E7857 (or 0x5E7857) is known color: Finlandia. HEX triplet: 5E, 78 and 57. RGB value is (94,120,87). Sum of RGB (Red+Green+Blue) = 94+120+87=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #5E7857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7857 is #A187A8. Grayscale: #6C6C6C. Windows color (decimal): -10586025 or 5732446. OLE color: 5732446.
HSL color Cylindrical-coordinate representation of color #5E7857: hue angle of 107.27º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E7857 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 120 | 87 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.53 |
| HSL | 107.27º | 0.16% | 0.41% | - |
| HSV(B) | 107.27º | 0.28% | 0.47% | - |
| XYZ | 13.05 | 16.5 | 11.51 | - |
| YUV | 108.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 120 | 87 | 0.22 | 0 | 0.28 | 0.53 | 107.27 | 0.16 | 0.41 |
| Hex | 5E | 78 | 57 | 16 | 0 | 1C | 35 | 6B | 10 | 29 |
| Octal | 136 | 170 | 127 | 26 | 0 | 34 | 65 | 153 | 20 | 51 |
| Binary | 1011110 | 1111000 | 1010111 | 10110 | 0 | 11100 | 110101 | 1101011 | 10000 | 101001 |
Color Harmonies of #5E7857
Complementary color
Monochromatic Colors of #5E7857
Black with #5E7857
Text Example
Text Example
White with #5E7857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7857; }
p { color: rgb(94,120,87); }
H1.HeaderClassName
{
color: #5E7857;
}
.AnyTagClassName
{
color: #5E7857;
}
</style>
background-color css
<style>
a { background-color: #5E7857; }
a { background-color: rgb(94,120,87); }
div.DivClassName
{
background-color: #5E7857;
}
.BgClassName
{
background-color: #5E7857;
}
</style>
border-color css
<style>
span { border-color: #5E7857; }
span { border-color: rgb(94,120,87); }
td.TdClassName
{
border-color: #5E7857;
}
.TagClassName
{
border-color: #5E7857;
}
</style>