Shades of Salem #208555
Tints of Salem #208555
RGB
CMYK
RGB Variations
Color information
#208555 (or 0x208555) is known color: Salem. HEX triplet: 20, 85 and 55. RGB value is (32,133,85). Sum of RGB (Red+Green+Blue) = 32+133+85=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #208555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208555 is #DF7AAA. Grayscale: #616161. Windows color (decimal): -14645931 or 5604640. OLE color: 5604640.
HSL color Cylindrical-coordinate representation of color #208555: hue angle of 151.49º 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 #208555 is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 32 | 133 | 85 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.48 |
| HSL | 151.49º | 0.61% | 0.32% | - |
| HSV(B) | 151.49º | 0.76% | 0.52% | - |
| XYZ | 10.62 | 17.74 | 11.46 | - |
| YUV | 97.33 | 121.04 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 133 | 85 | 0.76 | 0 | 0.36 | 0.48 | 151.49 | 0.61 | 0.32 |
| Hex | 20 | 85 | 55 | 4C | 0 | 24 | 30 | 97 | 3D | 20 |
| Octal | 40 | 205 | 125 | 114 | 0 | 44 | 60 | 227 | 75 | 40 |
| Binary | 100000 | 10000101 | 1010101 | 1001100 | 0 | 100100 | 110000 | 10010111 | 111101 | 100000 |
Color Harmonies of #208555
Complementary color
Monochromatic Colors of #208555
Black with #208555
Text Example
Text Example
White with #208555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208555; }
p { color: rgb(32,133,85); }
H1.HeaderClassName
{
color: #208555;
}
.AnyTagClassName
{
color: #208555;
}
</style>
background-color css
<style>
a { background-color: #208555; }
a { background-color: rgb(32,133,85); }
div.DivClassName
{
background-color: #208555;
}
.BgClassName
{
background-color: #208555;
}
</style>
border-color css
<style>
span { border-color: #208555; }
span { border-color: rgb(32,133,85); }
td.TdClassName
{
border-color: #208555;
}
.TagClassName
{
border-color: #208555;
}
</style>