Shades of Salem #207859
Tints of Salem #207859
RGB
CMYK
RGB Variations
Color information
#207859 (or 0x207859) is known color: Salem. HEX triplet: 20, 78 and 59. RGB value is (32,120,89). Sum of RGB (Red+Green+Blue) = 32+120+89=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #207859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207859 is #DF87A6. Grayscale: #5A5A5A. Windows color (decimal): -14649255 or 5863456. OLE color: 5863456.
HSL color Cylindrical-coordinate representation of color #207859: hue angle of 158.86º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207859 is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 89 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.53 |
| HSL | 158.86º | 0.58% | 0.3% | - |
| HSV(B) | 158.86º | 0.73% | 0.47% | - |
| XYZ | 9.12 | 14.46 | 11.76 | - |
| YUV | 90.15 | 127.35 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 89 | 0.73 | 0 | 0.26 | 0.53 | 158.86 | 0.58 | 0.3 |
| Hex | 20 | 78 | 59 | 49 | 0 | 1A | 35 | 9F | 3A | 1E |
| Octal | 40 | 170 | 131 | 111 | 0 | 32 | 65 | 237 | 72 | 36 |
| Binary | 100000 | 1111000 | 1011001 | 1001001 | 0 | 11010 | 110101 | 10011111 | 111010 | 11110 |
Color Harmonies of #207859
Complementary color
Monochromatic Colors of #207859
Black with #207859
Text Example
Text Example
White with #207859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207859; }
p { color: rgb(32,120,89); }
H1.HeaderClassName
{
color: #207859;
}
.AnyTagClassName
{
color: #207859;
}
</style>
background-color css
<style>
a { background-color: #207859; }
a { background-color: rgb(32,120,89); }
div.DivClassName
{
background-color: #207859;
}
.BgClassName
{
background-color: #207859;
}
</style>
border-color css
<style>
span { border-color: #207859; }
span { border-color: rgb(32,120,89); }
td.TdClassName
{
border-color: #207859;
}
.TagClassName
{
border-color: #207859;
}
</style>