Shades of Finlandia #5B7955
Tints of Finlandia #5B7955
RGB
CMYK
RGB Variations
Color information
#5B7955 (or 0x5B7955) is known color: Finlandia. HEX triplet: 5B, 79 and 55. RGB value is (91,121,85). Sum of RGB (Red+Green+Blue) = 91+121+85=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #5B7955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7955 is #A486AA. Grayscale: #6C6C6C. Windows color (decimal): -10782379 or 5601627. OLE color: 5601627.
HSL color Cylindrical-coordinate representation of color #5B7955: hue angle of 110º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B7955 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 121 | 85 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.53 |
| HSL | 110º | 0.17% | 0.4% | - |
| HSV(B) | 110º | 0.3% | 0.47% | - |
| XYZ | 12.79 | 16.55 | 11.12 | - |
| YUV | 107.93 | 115.06 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 121 | 85 | 0.25 | 0 | 0.30 | 0.53 | 110 | 0.17 | 0.4 |
| Hex | 5B | 79 | 55 | 19 | 0 | 1E | 35 | 6E | 11 | 28 |
| Octal | 133 | 171 | 125 | 31 | 0 | 36 | 65 | 156 | 21 | 50 |
| Binary | 1011011 | 1111001 | 1010101 | 11001 | 0 | 11110 | 110101 | 1101110 | 10001 | 101000 |
Color Harmonies of #5B7955
Complementary color
Monochromatic Colors of #5B7955
Black with #5B7955
Text Example
Text Example
White with #5B7955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7955; }
p { color: rgb(91,121,85); }
H1.HeaderClassName
{
color: #5B7955;
}
.AnyTagClassName
{
color: #5B7955;
}
</style>
background-color css
<style>
a { background-color: #5B7955; }
a { background-color: rgb(91,121,85); }
div.DivClassName
{
background-color: #5B7955;
}
.BgClassName
{
background-color: #5B7955;
}
</style>
border-color css
<style>
span { border-color: #5B7955; }
span { border-color: rgb(91,121,85); }
td.TdClassName
{
border-color: #5B7955;
}
.TagClassName
{
border-color: #5B7955;
}
</style>