Shades of Finlandia #5D725A
Tints of Finlandia #5D725A
RGB
CMYK
RGB Variations
Color information
#5D725A (or 0x5D725A) is known color: Finlandia. HEX triplet: 5D, 72 and 5A. RGB value is (93,114,90). Sum of RGB (Red+Green+Blue) = 93+114+90=297 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.31% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #5D725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D725A is #A28DA5. Grayscale: #696969. Windows color (decimal): -10653094 or 5927517. OLE color: 5927517.
HSL color Cylindrical-coordinate representation of color #5D725A: hue angle of 112.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5D725A is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 114 | 90 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.55 |
| HSL | 112.5º | 0.12% | 0.4% | - |
| HSV(B) | 112.5º | 0.21% | 0.45% | - |
| XYZ | 12.38 | 15.1 | 11.94 | - |
| YUV | 104.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 114 | 90 | 0.18 | 0 | 0.21 | 0.55 | 112.5 | 0.12 | 0.4 |
| Hex | 5D | 72 | 5A | 12 | 0 | 15 | 37 | 70 | C | 28 |
| Octal | 135 | 162 | 132 | 22 | 0 | 25 | 67 | 160 | 14 | 50 |
| Binary | 1011101 | 1110010 | 1011010 | 10010 | 0 | 10101 | 110111 | 1110000 | 1100 | 101000 |
Color Harmonies of #5D725A
Complementary color
Monochromatic Colors of #5D725A
Black with #5D725A
Text Example
Text Example
White with #5D725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D725A; }
p { color: rgb(93,114,90); }
H1.HeaderClassName
{
color: #5D725A;
}
.AnyTagClassName
{
color: #5D725A;
}
</style>
background-color css
<style>
a { background-color: #5D725A; }
a { background-color: rgb(93,114,90); }
div.DivClassName
{
background-color: #5D725A;
}
.BgClassName
{
background-color: #5D725A;
}
</style>
border-color css
<style>
span { border-color: #5D725A; }
span { border-color: rgb(93,114,90); }
td.TdClassName
{
border-color: #5D725A;
}
.TagClassName
{
border-color: #5D725A;
}
</style>