Shades of Finlandia #5D7557
Tints of Finlandia #5D7557
RGB
CMYK
RGB Variations
Color information
#5D7557 (or 0x5D7557) is known color: Finlandia. HEX triplet: 5D, 75 and 57. RGB value is (93,117,87). Sum of RGB (Red+Green+Blue) = 93+117+87=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #5D7557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D7557 is #A28AA8. Grayscale: #6A6A6A. Windows color (decimal): -10652329 or 5731677. OLE color: 5731677.
HSL color Cylindrical-coordinate representation of color #5D7557: hue angle of 108º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D7557 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 117 | 87 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.54 |
| HSL | 108º | 0.15% | 0.4% | - |
| HSV(B) | 108º | 0.26% | 0.46% | - |
| XYZ | 12.6 | 15.74 | 11.39 | - |
| YUV | 106.4 | 117.05 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 117 | 87 | 0.21 | 0 | 0.26 | 0.54 | 108 | 0.15 | 0.4 |
| Hex | 5D | 75 | 57 | 15 | 0 | 1A | 36 | 6C | F | 28 |
| Octal | 135 | 165 | 127 | 25 | 0 | 32 | 66 | 154 | 17 | 50 |
| Binary | 1011101 | 1110101 | 1010111 | 10101 | 0 | 11010 | 110110 | 1101100 | 1111 | 101000 |
Color Harmonies of #5D7557
Complementary color
Monochromatic Colors of #5D7557
Black with #5D7557
Text Example
Text Example
White with #5D7557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7557; }
p { color: rgb(93,117,87); }
H1.HeaderClassName
{
color: #5D7557;
}
.AnyTagClassName
{
color: #5D7557;
}
</style>
background-color css
<style>
a { background-color: #5D7557; }
a { background-color: rgb(93,117,87); }
div.DivClassName
{
background-color: #5D7557;
}
.BgClassName
{
background-color: #5D7557;
}
</style>
border-color css
<style>
span { border-color: #5D7557; }
span { border-color: rgb(93,117,87); }
td.TdClassName
{
border-color: #5D7557;
}
.TagClassName
{
border-color: #5D7557;
}
</style>