Shades of Finlandia #5C7D57
Tints of Finlandia #5C7D57
RGB
CMYK
RGB Variations
Color information
#5C7D57 (or 0x5C7D57) is known color: Finlandia. HEX triplet: 5C, 7D and 57. RGB value is (92,125,87). Sum of RGB (Red+Green+Blue) = 92+125+87=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #5C7D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7D57 is #A382A8. Grayscale: #6E6E6E. Windows color (decimal): -10715817 or 5733724. OLE color: 5733724.
HSL color Cylindrical-coordinate representation of color #5C7D57: hue angle of 112.11º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C7D57 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 125 | 87 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.51 |
| HSL | 112.11º | 0.18% | 0.42% | - |
| HSV(B) | 112.11º | 0.3% | 0.49% | - |
| XYZ | 13.47 | 17.63 | 11.71 | - |
| YUV | 110.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 125 | 87 | 0.26 | 0 | 0.30 | 0.51 | 112.11 | 0.18 | 0.42 |
| Hex | 5C | 7D | 57 | 1A | 0 | 1E | 33 | 70 | 12 | 2A |
| Octal | 134 | 175 | 127 | 32 | 0 | 36 | 63 | 160 | 22 | 52 |
| Binary | 1011100 | 1111101 | 1010111 | 11010 | 0 | 11110 | 110011 | 1110000 | 10010 | 101010 |
Color Harmonies of #5C7D57
Complementary color
Monochromatic Colors of #5C7D57
Black with #5C7D57
Text Example
Text Example
White with #5C7D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7D57; }
p { color: rgb(92,125,87); }
H1.HeaderClassName
{
color: #5C7D57;
}
.AnyTagClassName
{
color: #5C7D57;
}
</style>
background-color css
<style>
a { background-color: #5C7D57; }
a { background-color: rgb(92,125,87); }
div.DivClassName
{
background-color: #5C7D57;
}
.BgClassName
{
background-color: #5C7D57;
}
</style>
border-color css
<style>
span { border-color: #5C7D57; }
span { border-color: rgb(92,125,87); }
td.TdClassName
{
border-color: #5C7D57;
}
.TagClassName
{
border-color: #5C7D57;
}
</style>