Shades of Salem #207253
Tints of Salem #207253
RGB
CMYK
RGB Variations
Color information
#207253 (or 0x207253) is known color: Salem. HEX triplet: 20, 72 and 53. RGB value is (32,114,83). Sum of RGB (Red+Green+Blue) = 32+114+83=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #207253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207253 is #DF8DAC. Grayscale: #555555. Windows color (decimal): -14650797 or 5468704. OLE color: 5468704.
HSL color Cylindrical-coordinate representation of color #207253: hue angle of 157.32º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207253 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 32 | 114 | 83 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.55 |
| HSL | 157.32º | 0.56% | 0.29% | - |
| HSV(B) | 157.32º | 0.72% | 0.45% | - |
| XYZ | 8.17 | 12.97 | 10.26 | - |
| YUV | 85.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 114 | 83 | 0.72 | 0 | 0.27 | 0.55 | 157.32 | 0.56 | 0.29 |
| Hex | 20 | 72 | 53 | 48 | 0 | 1B | 37 | 9D | 38 | 1D |
| Octal | 40 | 162 | 123 | 110 | 0 | 33 | 67 | 235 | 70 | 35 |
| Binary | 100000 | 1110010 | 1010011 | 1001000 | 0 | 11011 | 110111 | 10011101 | 111000 | 11101 |
Color Harmonies of #207253
Complementary color
Monochromatic Colors of #207253
Black with #207253
Text Example
Text Example
White with #207253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207253; }
p { color: rgb(32,114,83); }
H1.HeaderClassName
{
color: #207253;
}
.AnyTagClassName
{
color: #207253;
}
</style>
background-color css
<style>
a { background-color: #207253; }
a { background-color: rgb(32,114,83); }
div.DivClassName
{
background-color: #207253;
}
.BgClassName
{
background-color: #207253;
}
</style>
border-color css
<style>
span { border-color: #207253; }
span { border-color: rgb(32,114,83); }
td.TdClassName
{
border-color: #207253;
}
.TagClassName
{
border-color: #207253;
}
</style>