Shades of Salem #217B50
Tints of Salem #217B50
RGB
CMYK
RGB Variations
Color information
#217B50 (or 0x217B50) is known color: Salem. HEX triplet: 21, 7B and 50. RGB value is (33,123,80). Sum of RGB (Red+Green+Blue) = 33+123+80=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #217B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217B50 is #DE84AF. Grayscale: #5B5B5B. Windows color (decimal): -14582960 or 5274401. OLE color: 5274401.
HSL color Cylindrical-coordinate representation of color #217B50: hue angle of 151.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217B50 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 33 | 123 | 80 | - |
| CMYK | 0.73 | 0 | 0.35 | 0.52 |
| HSL | 151.33º | 0.58% | 0.31% | - |
| HSV(B) | 151.33º | 0.73% | 0.48% | - |
| XYZ | 9.16 | 15.07 | 10.02 | - |
| YUV | 91.19 | 121.68 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 123 | 80 | 0.73 | 0 | 0.35 | 0.52 | 151.33 | 0.58 | 0.31 |
| Hex | 21 | 7B | 50 | 49 | 0 | 23 | 34 | 97 | 3A | 1F |
| Octal | 41 | 173 | 120 | 111 | 0 | 43 | 64 | 227 | 72 | 37 |
| Binary | 100001 | 1111011 | 1010000 | 1001001 | 0 | 100011 | 110100 | 10010111 | 111010 | 11111 |
Color Harmonies of #217B50
Complementary color
Monochromatic Colors of #217B50
Black with #217B50
Text Example
Text Example
White with #217B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217B50; }
p { color: rgb(33,123,80); }
H1.HeaderClassName
{
color: #217B50;
}
.AnyTagClassName
{
color: #217B50;
}
</style>
background-color css
<style>
a { background-color: #217B50; }
a { background-color: rgb(33,123,80); }
div.DivClassName
{
background-color: #217B50;
}
.BgClassName
{
background-color: #217B50;
}
</style>
border-color css
<style>
span { border-color: #217B50; }
span { border-color: rgb(33,123,80); }
td.TdClassName
{
border-color: #217B50;
}
.TagClassName
{
border-color: #217B50;
}
</style>