Shades of Finlandia #5C715C
Tints of Finlandia #5C715C
RGB
CMYK
RGB Variations
Color information
#5C715C (or 0x5C715C) is known color: Finlandia. HEX triplet: 5C, 71 and 5C. RGB value is (92,113,92). Sum of RGB (Red+Green+Blue) = 92+113+92=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #5C715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C715C is #A38EA3. Grayscale: #686868. Windows color (decimal): -10718884 or 6058332. OLE color: 6058332.
HSL color Cylindrical-coordinate representation of color #5C715C: hue angle of 120º 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 #5C715C is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 92 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.56 |
| HSL | 120º | 0.1% | 0.4% | - |
| HSV(B) | 120º | 0.19% | 0.44% | - |
| XYZ | 12.25 | 14.86 | 12.35 | - |
| YUV | 104.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 92 | 0.19 | 0 | 0.19 | 0.56 | 120 | 0.1 | 0.4 |
| Hex | 5C | 71 | 5C | 13 | 0 | 13 | 38 | 78 | A | 28 |
| Octal | 134 | 161 | 134 | 23 | 0 | 23 | 70 | 170 | 12 | 50 |
| Binary | 1011100 | 1110001 | 1011100 | 10011 | 0 | 10011 | 111000 | 1111000 | 1010 | 101000 |
Color Harmonies of #5C715C
Complementary color
Monochromatic Colors of #5C715C
Black with #5C715C
Text Example
Text Example
White with #5C715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C715C; }
p { color: rgb(92,113,92); }
H1.HeaderClassName
{
color: #5C715C;
}
.AnyTagClassName
{
color: #5C715C;
}
</style>
background-color css
<style>
a { background-color: #5C715C; }
a { background-color: rgb(92,113,92); }
div.DivClassName
{
background-color: #5C715C;
}
.BgClassName
{
background-color: #5C715C;
}
</style>
border-color css
<style>
span { border-color: #5C715C; }
span { border-color: rgb(92,113,92); }
td.TdClassName
{
border-color: #5C715C;
}
.TagClassName
{
border-color: #5C715C;
}
</style>