Shades of Finlandia #5D715B
Tints of Finlandia #5D715B
RGB
CMYK
RGB Variations
Color information
#5D715B (or 0x5D715B) is known color: Finlandia. HEX triplet: 5D, 71 and 5B. RGB value is (93,113,91). Sum of RGB (Red+Green+Blue) = 93+113+91=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #5D715B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D715B is #A28EA4. Grayscale: #686868. Windows color (decimal): -10653349 or 5992797. OLE color: 5992797.
HSL color Cylindrical-coordinate representation of color #5D715B: hue angle of 114.55º degrees, saturation: 0.11, 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 #5D715B is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 113 | 91 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.56 |
| HSL | 114.55º | 0.11% | 0.4% | - |
| HSV(B) | 114.55º | 0.19% | 0.44% | - |
| XYZ | 12.31 | 14.89 | 12.12 | - |
| YUV | 104.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 113 | 91 | 0.18 | 0 | 0.19 | 0.56 | 114.55 | 0.11 | 0.4 |
| Hex | 5D | 71 | 5B | 12 | 0 | 13 | 38 | 73 | B | 28 |
| Octal | 135 | 161 | 133 | 22 | 0 | 23 | 70 | 163 | 13 | 50 |
| Binary | 1011101 | 1110001 | 1011011 | 10010 | 0 | 10011 | 111000 | 1110011 | 1011 | 101000 |
Color Harmonies of #5D715B
Complementary color
Monochromatic Colors of #5D715B
Black with #5D715B
Text Example
Text Example
White with #5D715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D715B; }
p { color: rgb(93,113,91); }
H1.HeaderClassName
{
color: #5D715B;
}
.AnyTagClassName
{
color: #5D715B;
}
</style>
background-color css
<style>
a { background-color: #5D715B; }
a { background-color: rgb(93,113,91); }
div.DivClassName
{
background-color: #5D715B;
}
.BgClassName
{
background-color: #5D715B;
}
</style>
border-color css
<style>
span { border-color: #5D715B; }
span { border-color: rgb(93,113,91); }
td.TdClassName
{
border-color: #5D715B;
}
.TagClassName
{
border-color: #5D715B;
}
</style>