Shades of Finlandia #5B7B56
Tints of Finlandia #5B7B56
RGB
CMYK
RGB Variations
Color information
#5B7B56 (or 0x5B7B56) is known color: Finlandia. HEX triplet: 5B, 7B and 56. RGB value is (91,123,86). Sum of RGB (Red+Green+Blue) = 91+123+86=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #5B7B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7B56 is #A484A9. Grayscale: #6D6D6D. Windows color (decimal): -10781866 or 5667675. OLE color: 5667675.
HSL color Cylindrical-coordinate representation of color #5B7B56: hue angle of 111.89º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B7B56 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 123 | 86 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.52 |
| HSL | 111.89º | 0.18% | 0.41% | - |
| HSV(B) | 111.89º | 0.3% | 0.48% | - |
| XYZ | 13.08 | 17.06 | 11.41 | - |
| YUV | 109.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 123 | 86 | 0.26 | 0 | 0.30 | 0.52 | 111.89 | 0.18 | 0.41 |
| Hex | 5B | 7B | 56 | 1A | 0 | 1E | 34 | 70 | 12 | 29 |
| Octal | 133 | 173 | 126 | 32 | 0 | 36 | 64 | 160 | 22 | 51 |
| Binary | 1011011 | 1111011 | 1010110 | 11010 | 0 | 11110 | 110100 | 1110000 | 10010 | 101001 |
Color Harmonies of #5B7B56
Complementary color
Monochromatic Colors of #5B7B56
Black with #5B7B56
Text Example
Text Example
White with #5B7B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7B56; }
p { color: rgb(91,123,86); }
H1.HeaderClassName
{
color: #5B7B56;
}
.AnyTagClassName
{
color: #5B7B56;
}
</style>
background-color css
<style>
a { background-color: #5B7B56; }
a { background-color: rgb(91,123,86); }
div.DivClassName
{
background-color: #5B7B56;
}
.BgClassName
{
background-color: #5B7B56;
}
</style>
border-color css
<style>
span { border-color: #5B7B56; }
span { border-color: rgb(91,123,86); }
td.TdClassName
{
border-color: #5B7B56;
}
.TagClassName
{
border-color: #5B7B56;
}
</style>