Shades of Salem #208559
Tints of Salem #208559
RGB
CMYK
RGB Variations
Color information
#208559 (or 0x208559) is known color: Salem. HEX triplet: 20, 85 and 59. RGB value is (32,133,89). Sum of RGB (Red+Green+Blue) = 32+133+89=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #208559 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208559 is #DF7AA6. Grayscale: #616161. Windows color (decimal): -14645927 or 5866784. OLE color: 5866784.
HSL color Cylindrical-coordinate representation of color #208559: hue angle of 153.86º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208559 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 89 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.48 |
| HSL | 153.86º | 0.61% | 0.32% | - |
| HSV(B) | 153.86º | 0.76% | 0.52% | - |
| XYZ | 10.79 | 17.8 | 12.32 | - |
| YUV | 97.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 89 | 0.76 | 0 | 0.33 | 0.48 | 153.86 | 0.61 | 0.32 |
| Hex | 20 | 85 | 59 | 4C | 0 | 21 | 30 | 9A | 3D | 20 |
| Octal | 40 | 205 | 131 | 114 | 0 | 41 | 60 | 232 | 75 | 40 |
| Binary | 100000 | 10000101 | 1011001 | 1001100 | 0 | 100001 | 110000 | 10011010 | 111101 | 100000 |
Color Harmonies of #208559
Complementary color
Monochromatic Colors of #208559
Black with #208559
Text Example
Text Example
White with #208559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208559; }
p { color: rgb(32,133,89); }
H1.HeaderClassName
{
color: #208559;
}
.AnyTagClassName
{
color: #208559;
}
</style>
background-color css
<style>
a { background-color: #208559; }
a { background-color: rgb(32,133,89); }
div.DivClassName
{
background-color: #208559;
}
.BgClassName
{
background-color: #208559;
}
</style>
border-color css
<style>
span { border-color: #208559; }
span { border-color: rgb(32,133,89); }
td.TdClassName
{
border-color: #208559;
}
.TagClassName
{
border-color: #208559;
}
</style>