Shades of Finlandia #5C715D
Tints of Finlandia #5C715D
RGB
CMYK
RGB Variations
Color information
#5C715D (or 0x5C715D) is known color: Finlandia. HEX triplet: 5C, 71 and 5D. RGB value is (92,113,93). Sum of RGB (Red+Green+Blue) = 92+113+93=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #5C715D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C715D is #A38EA2. Grayscale: #686868. Windows color (decimal): -10718883 or 6123868. OLE color: 6123868.
HSL color Cylindrical-coordinate representation of color #5C715D: hue angle of 122.86º 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 #5C715D is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 93 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.56 |
| HSL | 122.86º | 0.1% | 0.4% | - |
| HSV(B) | 122.86º | 0.19% | 0.44% | - |
| XYZ | 12.29 | 14.88 | 12.58 | - |
| YUV | 104.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 93 | 0.19 | 0 | 0.18 | 0.56 | 122.86 | 0.1 | 0.4 |
| Hex | 5C | 71 | 5D | 13 | 0 | 12 | 38 | 7B | A | 28 |
| Octal | 134 | 161 | 135 | 23 | 0 | 22 | 70 | 173 | 12 | 50 |
| Binary | 1011100 | 1110001 | 1011101 | 10011 | 0 | 10010 | 111000 | 1111011 | 1010 | 101000 |
Color Harmonies of #5C715D
Complementary color
Monochromatic Colors of #5C715D
Black with #5C715D
Text Example
Text Example
White with #5C715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C715D; }
p { color: rgb(92,113,93); }
H1.HeaderClassName
{
color: #5C715D;
}
.AnyTagClassName
{
color: #5C715D;
}
</style>
background-color css
<style>
a { background-color: #5C715D; }
a { background-color: rgb(92,113,93); }
div.DivClassName
{
background-color: #5C715D;
}
.BgClassName
{
background-color: #5C715D;
}
</style>
border-color css
<style>
span { border-color: #5C715D; }
span { border-color: rgb(92,113,93); }
td.TdClassName
{
border-color: #5C715D;
}
.TagClassName
{
border-color: #5C715D;
}
</style>