Shades of Salem #217753
Tints of Salem #217753
RGB
CMYK
RGB Variations
Color information
#217753 (or 0x217753) is known color: Salem. HEX triplet: 21, 77 and 53. RGB value is (33,119,83). Sum of RGB (Red+Green+Blue) = 33+119+83=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #217753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217753 is #DE88AC. Grayscale: #595959. Windows color (decimal): -14583981 or 5469985. OLE color: 5469985.
HSL color Cylindrical-coordinate representation of color #217753: hue angle of 154.88º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217753 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 119 | 83 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.53 |
| HSL | 154.88º | 0.57% | 0.3% | - |
| HSV(B) | 154.88º | 0.72% | 0.47% | - |
| XYZ | 8.79 | 14.14 | 10.45 | - |
| YUV | 89.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 119 | 83 | 0.72 | 0 | 0.30 | 0.53 | 154.88 | 0.57 | 0.3 |
| Hex | 21 | 77 | 53 | 48 | 0 | 1E | 35 | 9B | 39 | 1E |
| Octal | 41 | 167 | 123 | 110 | 0 | 36 | 65 | 233 | 71 | 36 |
| Binary | 100001 | 1110111 | 1010011 | 1001000 | 0 | 11110 | 110101 | 10011011 | 111001 | 11110 |
Color Harmonies of #217753
Complementary color
Monochromatic Colors of #217753
Black with #217753
Text Example
Text Example
White with #217753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217753; }
p { color: rgb(33,119,83); }
H1.HeaderClassName
{
color: #217753;
}
.AnyTagClassName
{
color: #217753;
}
</style>
background-color css
<style>
a { background-color: #217753; }
a { background-color: rgb(33,119,83); }
div.DivClassName
{
background-color: #217753;
}
.BgClassName
{
background-color: #217753;
}
</style>
border-color css
<style>
span { border-color: #217753; }
span { border-color: rgb(33,119,83); }
td.TdClassName
{
border-color: #217753;
}
.TagClassName
{
border-color: #217753;
}
</style>