Shades of Salem #217C53
Tints of Salem #217C53
RGB
CMYK
RGB Variations
Color information
#217C53 (or 0x217C53) is known color: Salem. HEX triplet: 21, 7C and 53. RGB value is (33,124,83). Sum of RGB (Red+Green+Blue) = 33+124+83=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 124 (48.83% from 255 or 51.67% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 124 - color contains mainly: green. Hex color #217C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C53 is #DE83AC. Grayscale: #5C5C5C. Windows color (decimal): -14582701 or 5471265. OLE color: 5471265.
HSL color Cylindrical-coordinate representation of color #217C53: hue angle of 152.97º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C53 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 83 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.51 |
| HSL | 152.97º | 0.58% | 0.31% | - |
| HSV(B) | 152.97º | 0.73% | 0.49% | - |
| XYZ | 9.4 | 15.36 | 10.65 | - |
| YUV | 92.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 83 | 0.73 | 0 | 0.33 | 0.51 | 152.97 | 0.58 | 0.31 |
| Hex | 21 | 7C | 53 | 49 | 0 | 21 | 33 | 99 | 3A | 1F |
| Octal | 41 | 174 | 123 | 111 | 0 | 41 | 63 | 231 | 72 | 37 |
| Binary | 100001 | 1111100 | 1010011 | 1001001 | 0 | 100001 | 110011 | 10011001 | 111010 | 11111 |
Color Harmonies of #217C53
Complementary color
Monochromatic Colors of #217C53
Black with #217C53
Text Example
Text Example
White with #217C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C53; }
p { color: rgb(33,124,83); }
H1.HeaderClassName
{
color: #217C53;
}
.AnyTagClassName
{
color: #217C53;
}
</style>
background-color css
<style>
a { background-color: #217C53; }
a { background-color: rgb(33,124,83); }
div.DivClassName
{
background-color: #217C53;
}
.BgClassName
{
background-color: #217C53;
}
</style>
border-color css
<style>
span { border-color: #217C53; }
span { border-color: rgb(33,124,83); }
td.TdClassName
{
border-color: #217C53;
}
.TagClassName
{
border-color: #217C53;
}
</style>