Shades of Finlandia #5E6F5B
Tints of Finlandia #5E6F5B
RGB
CMYK
RGB Variations
Color information
#5E6F5B (or 0x5E6F5B) is known color: Finlandia. HEX triplet: 5E, 6F and 5B. RGB value is (94,111,91). Sum of RGB (Red+Green+Blue) = 94+111+91=296 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.76% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F5B is #A190A4. Grayscale: #676767. Windows color (decimal): -10588325 or 5992286. OLE color: 5992286.
HSL color Cylindrical-coordinate representation of color #5E6F5B: hue angle of 111º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E6F5B is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 111 | 91 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.56 |
| HSL | 111º | 0.1% | 0.4% | - |
| HSV(B) | 111º | 0.18% | 0.44% | - |
| XYZ | 12.19 | 14.5 | 12.05 | - |
| YUV | 103.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 91 | 0.15 | 0 | 0.18 | 0.56 | 111 | 0.1 | 0.4 |
| Hex | 5E | 6F | 5B | F | 0 | 12 | 38 | 6F | A | 28 |
| Octal | 136 | 157 | 133 | 17 | 0 | 22 | 70 | 157 | 12 | 50 |
| Binary | 1011110 | 1101111 | 1011011 | 1111 | 0 | 10010 | 111000 | 1101111 | 1010 | 101000 |
Color Harmonies of #5E6F5B
Complementary color
Monochromatic Colors of #5E6F5B
Black with #5E6F5B
Text Example
Text Example
White with #5E6F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F5B; }
p { color: rgb(94,111,91); }
H1.HeaderClassName
{
color: #5E6F5B;
}
.AnyTagClassName
{
color: #5E6F5B;
}
</style>
background-color css
<style>
a { background-color: #5E6F5B; }
a { background-color: rgb(94,111,91); }
div.DivClassName
{
background-color: #5E6F5B;
}
.BgClassName
{
background-color: #5E6F5B;
}
</style>
border-color css
<style>
span { border-color: #5E6F5B; }
span { border-color: rgb(94,111,91); }
td.TdClassName
{
border-color: #5E6F5B;
}
.TagClassName
{
border-color: #5E6F5B;
}
</style>