Shades of Finlandia #5B7C57
Tints of Finlandia #5B7C57
RGB
CMYK
RGB Variations
Color information
#5B7C57 (or 0x5B7C57) is known color: Finlandia. HEX triplet: 5B, 7C and 57. RGB value is (91,124,87). Sum of RGB (Red+Green+Blue) = 91+124+87=302 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.13% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #5B7C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7C57 is #A483A8. Grayscale: #6E6E6E. Windows color (decimal): -10781609 or 5733467. OLE color: 5733467.
HSL color Cylindrical-coordinate representation of color #5B7C57: hue angle of 113.51º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B7C57 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 124 | 87 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.51 |
| HSL | 113.51º | 0.18% | 0.41% | - |
| HSV(B) | 113.51º | 0.3% | 0.49% | - |
| XYZ | 13.24 | 17.33 | 11.66 | - |
| YUV | 109.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 124 | 87 | 0.27 | 0 | 0.30 | 0.51 | 113.51 | 0.18 | 0.41 |
| Hex | 5B | 7C | 57 | 1B | 0 | 1E | 33 | 72 | 12 | 29 |
| Octal | 133 | 174 | 127 | 33 | 0 | 36 | 63 | 162 | 22 | 51 |
| Binary | 1011011 | 1111100 | 1010111 | 11011 | 0 | 11110 | 110011 | 1110010 | 10010 | 101001 |
Color Harmonies of #5B7C57
Complementary color
Monochromatic Colors of #5B7C57
Black with #5B7C57
Text Example
Text Example
White with #5B7C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7C57; }
p { color: rgb(91,124,87); }
H1.HeaderClassName
{
color: #5B7C57;
}
.AnyTagClassName
{
color: #5B7C57;
}
</style>
background-color css
<style>
a { background-color: #5B7C57; }
a { background-color: rgb(91,124,87); }
div.DivClassName
{
background-color: #5B7C57;
}
.BgClassName
{
background-color: #5B7C57;
}
</style>
border-color css
<style>
span { border-color: #5B7C57; }
span { border-color: rgb(91,124,87); }
td.TdClassName
{
border-color: #5B7C57;
}
.TagClassName
{
border-color: #5B7C57;
}
</style>