Shades of Salem #217050
Tints of Salem #217050
RGB
CMYK
RGB Variations
Color information
#217050 (or 0x217050) is known color: Salem. HEX triplet: 21, 70 and 50. RGB value is (33,112,80). Sum of RGB (Red+Green+Blue) = 33+112+80=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #217050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217050 is #DE8FAF. Grayscale: #545454. Windows color (decimal): -14585776 or 5271585. OLE color: 5271585.
HSL color Cylindrical-coordinate representation of color #217050: hue angle of 155.7º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217050 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 112 | 80 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.56 |
| HSL | 155.7º | 0.54% | 0.28% | - |
| HSV(B) | 155.7º | 0.71% | 0.44% | - |
| XYZ | 7.87 | 12.49 | 9.59 | - |
| YUV | 84.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 112 | 80 | 0.71 | 0 | 0.29 | 0.56 | 155.7 | 0.54 | 0.28 |
| Hex | 21 | 70 | 50 | 47 | 0 | 1D | 38 | 9C | 36 | 1C |
| Octal | 41 | 160 | 120 | 107 | 0 | 35 | 70 | 234 | 66 | 34 |
| Binary | 100001 | 1110000 | 1010000 | 1000111 | 0 | 11101 | 111000 | 10011100 | 110110 | 11100 |
Color Harmonies of #217050
Complementary color
Monochromatic Colors of #217050
Black with #217050
Text Example
Text Example
White with #217050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217050; }
p { color: rgb(33,112,80); }
H1.HeaderClassName
{
color: #217050;
}
.AnyTagClassName
{
color: #217050;
}
</style>
background-color css
<style>
a { background-color: #217050; }
a { background-color: rgb(33,112,80); }
div.DivClassName
{
background-color: #217050;
}
.BgClassName
{
background-color: #217050;
}
</style>
border-color css
<style>
span { border-color: #217050; }
span { border-color: rgb(33,112,80); }
td.TdClassName
{
border-color: #217050;
}
.TagClassName
{
border-color: #217050;
}
</style>