Shades of Finlandia #5E7558
Tints of Finlandia #5E7558
RGB
CMYK
RGB Variations
Color information
#5E7558 (or 0x5E7558) is known color: Finlandia. HEX triplet: 5E, 75 and 58. RGB value is (94,117,88). Sum of RGB (Red+Green+Blue) = 94+117+88=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7558 is #A18AA7. Grayscale: #6A6A6A. Windows color (decimal): -10586792 or 5797214. OLE color: 5797214.
HSL color Cylindrical-coordinate representation of color #5E7558: hue angle of 107.59º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E7558 is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 88 | - |
| CMYK | 0.20 | 0 | 0.25 | 0.54 |
| HSL | 107.59º | 0.14% | 0.4% | - |
| HSV(B) | 107.59º | 0.25% | 0.46% | - |
| XYZ | 12.74 | 15.81 | 11.61 | - |
| YUV | 106.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 88 | 0.20 | 0 | 0.25 | 0.54 | 107.59 | 0.14 | 0.4 |
| Hex | 5E | 75 | 58 | 14 | 0 | 19 | 36 | 6C | E | 28 |
| Octal | 136 | 165 | 130 | 24 | 0 | 31 | 66 | 154 | 16 | 50 |
| Binary | 1011110 | 1110101 | 1011000 | 10100 | 0 | 11001 | 110110 | 1101100 | 1110 | 101000 |
Color Harmonies of #5E7558
Complementary color
Monochromatic Colors of #5E7558
Black with #5E7558
Text Example
Text Example
White with #5E7558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7558; }
p { color: rgb(94,117,88); }
H1.HeaderClassName
{
color: #5E7558;
}
.AnyTagClassName
{
color: #5E7558;
}
</style>
background-color css
<style>
a { background-color: #5E7558; }
a { background-color: rgb(94,117,88); }
div.DivClassName
{
background-color: #5E7558;
}
.BgClassName
{
background-color: #5E7558;
}
</style>
border-color css
<style>
span { border-color: #5E7558; }
span { border-color: rgb(94,117,88); }
td.TdClassName
{
border-color: #5E7558;
}
.TagClassName
{
border-color: #5E7558;
}
</style>