Shades of Finlandia #5B7856
Tints of Finlandia #5B7856
RGB
CMYK
RGB Variations
Color information
#5B7856 (or 0x5B7856) is known color: Finlandia. HEX triplet: 5B, 78 and 56. RGB value is (91,120,86). Sum of RGB (Red+Green+Blue) = 91+120+86=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7856 is #A487A9. Grayscale: #6B6B6B. Windows color (decimal): -10782634 or 5666907. OLE color: 5666907.
HSL color Cylindrical-coordinate representation of color #5B7856: hue angle of 111.18º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5B7856 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 86 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.53 |
| HSL | 111.18º | 0.17% | 0.4% | - |
| HSV(B) | 111.18º | 0.28% | 0.47% | - |
| XYZ | 12.71 | 16.33 | 11.29 | - |
| YUV | 107.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 86 | 0.24 | 0 | 0.28 | 0.53 | 111.18 | 0.17 | 0.4 |
| Hex | 5B | 78 | 56 | 18 | 0 | 1C | 35 | 6F | 11 | 28 |
| Octal | 133 | 170 | 126 | 30 | 0 | 34 | 65 | 157 | 21 | 50 |
| Binary | 1011011 | 1111000 | 1010110 | 11000 | 0 | 11100 | 110101 | 1101111 | 10001 | 101000 |
Color Harmonies of #5B7856
Complementary color
Monochromatic Colors of #5B7856
Black with #5B7856
Text Example
Text Example
White with #5B7856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7856; }
p { color: rgb(91,120,86); }
H1.HeaderClassName
{
color: #5B7856;
}
.AnyTagClassName
{
color: #5B7856;
}
</style>
background-color css
<style>
a { background-color: #5B7856; }
a { background-color: rgb(91,120,86); }
div.DivClassName
{
background-color: #5B7856;
}
.BgClassName
{
background-color: #5B7856;
}
</style>
border-color css
<style>
span { border-color: #5B7856; }
span { border-color: rgb(91,120,86); }
td.TdClassName
{
border-color: #5B7856;
}
.TagClassName
{
border-color: #5B7856;
}
</style>