Shades of Salem #207550
Tints of Salem #207550
RGB
CMYK
RGB Variations
Color information
#207550 (or 0x207550) is known color: Salem. HEX triplet: 20, 75 and 50. RGB value is (32,117,80). Sum of RGB (Red+Green+Blue) = 32+117+80=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #207550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207550 is #DF8AAF. Grayscale: #575757. Windows color (decimal): -14650032 or 5272864. OLE color: 5272864.
HSL color Cylindrical-coordinate representation of color #207550: hue angle of 153.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207550 is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 117 | 80 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.54 |
| HSL | 153.88º | 0.57% | 0.29% | - |
| HSV(B) | 153.88º | 0.73% | 0.46% | - |
| XYZ | 8.4 | 13.61 | 9.77 | - |
| YUV | 87.37 | 123.84 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 80 | 0.73 | 0 | 0.32 | 0.54 | 153.88 | 0.57 | 0.29 |
| Hex | 20 | 75 | 50 | 49 | 0 | 20 | 36 | 9A | 39 | 1D |
| Octal | 40 | 165 | 120 | 111 | 0 | 40 | 66 | 232 | 71 | 35 |
| Binary | 100000 | 1110101 | 1010000 | 1001001 | 0 | 100000 | 110110 | 10011010 | 111001 | 11101 |
Color Harmonies of #207550
Complementary color
Monochromatic Colors of #207550
Black with #207550
Text Example
Text Example
White with #207550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207550; }
p { color: rgb(32,117,80); }
H1.HeaderClassName
{
color: #207550;
}
.AnyTagClassName
{
color: #207550;
}
</style>
background-color css
<style>
a { background-color: #207550; }
a { background-color: rgb(32,117,80); }
div.DivClassName
{
background-color: #207550;
}
.BgClassName
{
background-color: #207550;
}
</style>
border-color css
<style>
span { border-color: #207550; }
span { border-color: rgb(32,117,80); }
td.TdClassName
{
border-color: #207550;
}
.TagClassName
{
border-color: #207550;
}
</style>