Shades of Finlandia #5D705B
Tints of Finlandia #5D705B
RGB
CMYK
RGB Variations
Color information
#5D705B (or 0x5D705B) is known color: Finlandia. HEX triplet: 5D, 70 and 5B. RGB value is (93,112,91). Sum of RGB (Red+Green+Blue) = 93+112+91=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #5D705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D705B is #A28FA4. Grayscale: #676767. Windows color (decimal): -10653605 or 5992541. OLE color: 5992541.
HSL color Cylindrical-coordinate representation of color #5D705B: hue angle of 114.29º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5D705B is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 112 | 91 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.56 |
| HSL | 114.29º | 0.1% | 0.4% | - |
| HSV(B) | 114.29º | 0.19% | 0.44% | - |
| XYZ | 12.2 | 14.67 | 12.09 | - |
| YUV | 103.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 91 | 0.17 | 0 | 0.19 | 0.56 | 114.29 | 0.1 | 0.4 |
| Hex | 5D | 70 | 5B | 11 | 0 | 13 | 38 | 72 | A | 28 |
| Octal | 135 | 160 | 133 | 21 | 0 | 23 | 70 | 162 | 12 | 50 |
| Binary | 1011101 | 1110000 | 1011011 | 10001 | 0 | 10011 | 111000 | 1110010 | 1010 | 101000 |
Color Harmonies of #5D705B
Complementary color
Monochromatic Colors of #5D705B
Black with #5D705B
Text Example
Text Example
White with #5D705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D705B; }
p { color: rgb(93,112,91); }
H1.HeaderClassName
{
color: #5D705B;
}
.AnyTagClassName
{
color: #5D705B;
}
</style>
background-color css
<style>
a { background-color: #5D705B; }
a { background-color: rgb(93,112,91); }
div.DivClassName
{
background-color: #5D705B;
}
.BgClassName
{
background-color: #5D705B;
}
</style>
border-color css
<style>
span { border-color: #5D705B; }
span { border-color: rgb(93,112,91); }
td.TdClassName
{
border-color: #5D705B;
}
.TagClassName
{
border-color: #5D705B;
}
</style>