Shades of Finlandia #5E6F5D
Tints of Finlandia #5E6F5D
RGB
CMYK
RGB Variations
Color information
#5E6F5D (or 0x5E6F5D) is known color: Finlandia. HEX triplet: 5E, 6F and 5D. RGB value is (94,111,93). Sum of RGB (Red+Green+Blue) = 94+111+93=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F5D is #A190A2. Grayscale: #676767. Windows color (decimal): -10588323 or 6123358. OLE color: 6123358.
HSL color Cylindrical-coordinate representation of color #5E6F5D: hue angle of 116.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5E6F5D is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 93 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.56 |
| HSL | 116.67º | 0.09% | 0.4% | - |
| HSV(B) | 116.67º | 0.16% | 0.44% | - |
| XYZ | 12.28 | 14.54 | 12.52 | - |
| YUV | 103.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 93 | 0.15 | 0 | 0.16 | 0.56 | 116.67 | 0.09 | 0.4 |
| Hex | 5E | 6F | 5D | F | 0 | 10 | 38 | 75 | 9 | 28 |
| Octal | 136 | 157 | 135 | 17 | 0 | 20 | 70 | 165 | 11 | 50 |
| Binary | 1011110 | 1101111 | 1011101 | 1111 | 0 | 10000 | 111000 | 1110101 | 1001 | 101000 |
Color Harmonies of #5E6F5D
Complementary color
Monochromatic Colors of #5E6F5D
Black with #5E6F5D
Text Example
Text Example
White with #5E6F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F5D; }
p { color: rgb(94,111,93); }
H1.HeaderClassName
{
color: #5E6F5D;
}
.AnyTagClassName
{
color: #5E6F5D;
}
</style>
background-color css
<style>
a { background-color: #5E6F5D; }
a { background-color: rgb(94,111,93); }
div.DivClassName
{
background-color: #5E6F5D;
}
.BgClassName
{
background-color: #5E6F5D;
}
</style>
border-color css
<style>
span { border-color: #5E6F5D; }
span { border-color: rgb(94,111,93); }
td.TdClassName
{
border-color: #5E6F5D;
}
.TagClassName
{
border-color: #5E6F5D;
}
</style>