Shades of Finlandia #5A7D55
Tints of Finlandia #5A7D55
RGB
CMYK
RGB Variations
Color information
#5A7D55 (or 0x5A7D55) is known color: Finlandia. HEX triplet: 5A, 7D and 55. RGB value is (90,125,85). Sum of RGB (Red+Green+Blue) = 90+125+85=300 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 125 - color contains mainly: green. Hex color #5A7D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A7D55 is #A582AA. Grayscale: #6E6E6E. Windows color (decimal): -10846891 or 5602650. OLE color: 5602650.
HSL color Cylindrical-coordinate representation of color #5A7D55: hue angle of 112.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A7D55 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 125 | 85 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.51 |
| HSL | 112.5º | 0.19% | 0.41% | - |
| HSV(B) | 112.5º | 0.32% | 0.49% | - |
| XYZ | 13.19 | 17.5 | 11.28 | - |
| YUV | 109.98 | 113.9 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 125 | 85 | 0.28 | 0 | 0.32 | 0.51 | 112.5 | 0.19 | 0.41 |
| Hex | 5A | 7D | 55 | 1C | 0 | 20 | 33 | 70 | 13 | 29 |
| Octal | 132 | 175 | 125 | 34 | 0 | 40 | 63 | 160 | 23 | 51 |
| Binary | 1011010 | 1111101 | 1010101 | 11100 | 0 | 100000 | 110011 | 1110000 | 10011 | 101001 |
Color Harmonies of #5A7D55
Complementary color
Monochromatic Colors of #5A7D55
Black with #5A7D55
Text Example
Text Example
White with #5A7D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7D55; }
p { color: rgb(90,125,85); }
H1.HeaderClassName
{
color: #5A7D55;
}
.AnyTagClassName
{
color: #5A7D55;
}
</style>
background-color css
<style>
a { background-color: #5A7D55; }
a { background-color: rgb(90,125,85); }
div.DivClassName
{
background-color: #5A7D55;
}
.BgClassName
{
background-color: #5A7D55;
}
</style>
border-color css
<style>
span { border-color: #5A7D55; }
span { border-color: rgb(90,125,85); }
td.TdClassName
{
border-color: #5A7D55;
}
.TagClassName
{
border-color: #5A7D55;
}
</style>