Shades of Finlandia #5C7A59
Tints of Finlandia #5C7A59
RGB
CMYK
RGB Variations
Color information
#5C7A59 (or 0x5C7A59) is known color: Finlandia. HEX triplet: 5C, 7A and 59. RGB value is (92,122,89). Sum of RGB (Red+Green+Blue) = 92+122+89=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #5C7A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7A59 is #A385A6. Grayscale: #6D6D6D. Windows color (decimal): -10716583 or 5864028. OLE color: 5864028.
HSL color Cylindrical-coordinate representation of color #5C7A59: hue angle of 114.55º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C7A59 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 122 | 89 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.52 |
| HSL | 114.55º | 0.16% | 0.41% | - |
| HSV(B) | 114.55º | 0.27% | 0.48% | - |
| XYZ | 13.18 | 16.92 | 12.02 | - |
| YUV | 109.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 122 | 89 | 0.25 | 0 | 0.27 | 0.52 | 114.55 | 0.16 | 0.41 |
| Hex | 5C | 7A | 59 | 19 | 0 | 1B | 34 | 73 | 10 | 29 |
| Octal | 134 | 172 | 131 | 31 | 0 | 33 | 64 | 163 | 20 | 51 |
| Binary | 1011100 | 1111010 | 1011001 | 11001 | 0 | 11011 | 110100 | 1110011 | 10000 | 101001 |
Color Harmonies of #5C7A59
Complementary color
Monochromatic Colors of #5C7A59
Black with #5C7A59
Text Example
Text Example
White with #5C7A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7A59; }
p { color: rgb(92,122,89); }
H1.HeaderClassName
{
color: #5C7A59;
}
.AnyTagClassName
{
color: #5C7A59;
}
</style>
background-color css
<style>
a { background-color: #5C7A59; }
a { background-color: rgb(92,122,89); }
div.DivClassName
{
background-color: #5C7A59;
}
.BgClassName
{
background-color: #5C7A59;
}
</style>
border-color css
<style>
span { border-color: #5C7A59; }
span { border-color: rgb(92,122,89); }
td.TdClassName
{
border-color: #5C7A59;
}
.TagClassName
{
border-color: #5C7A59;
}
</style>