Shades of Finlandia #5C7759
Tints of Finlandia #5C7759
RGB
CMYK
RGB Variations
Color information
#5C7759 (or 0x5C7759) is known color: Finlandia. HEX triplet: 5C, 77 and 59. RGB value is (92,119,89). Sum of RGB (Red+Green+Blue) = 92+119+89=300 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.67% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7759 is #A388A6. Grayscale: #6B6B6B. Windows color (decimal): -10717351 or 5863260. OLE color: 5863260.
HSL color Cylindrical-coordinate representation of color #5C7759: hue angle of 114º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C7759 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 89 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.53 |
| HSL | 114º | 0.14% | 0.41% | - |
| HSV(B) | 114º | 0.25% | 0.47% | - |
| XYZ | 12.81 | 16.19 | 11.9 | - |
| YUV | 107.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 89 | 0.23 | 0 | 0.25 | 0.53 | 114 | 0.14 | 0.41 |
| Hex | 5C | 77 | 59 | 17 | 0 | 19 | 35 | 72 | E | 29 |
| Octal | 134 | 167 | 131 | 27 | 0 | 31 | 65 | 162 | 16 | 51 |
| Binary | 1011100 | 1110111 | 1011001 | 10111 | 0 | 11001 | 110101 | 1110010 | 1110 | 101001 |
Color Harmonies of #5C7759
Complementary color
Monochromatic Colors of #5C7759
Black with #5C7759
Text Example
Text Example
White with #5C7759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7759; }
p { color: rgb(92,119,89); }
H1.HeaderClassName
{
color: #5C7759;
}
.AnyTagClassName
{
color: #5C7759;
}
</style>
background-color css
<style>
a { background-color: #5C7759; }
a { background-color: rgb(92,119,89); }
div.DivClassName
{
background-color: #5C7759;
}
.BgClassName
{
background-color: #5C7759;
}
</style>
border-color css
<style>
span { border-color: #5C7759; }
span { border-color: rgb(92,119,89); }
td.TdClassName
{
border-color: #5C7759;
}
.TagClassName
{
border-color: #5C7759;
}
</style>