Shades of Salem #217C56
Tints of Salem #217C56
RGB
CMYK
RGB Variations
Color information
#217C56 (or 0x217C56) is known color: Salem. HEX triplet: 21, 7C and 56. RGB value is (33,124,86). Sum of RGB (Red+Green+Blue) = 33+124+86=243 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.58% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #217C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C56 is #DE83A9. Grayscale: #5C5C5C. Windows color (decimal): -14582698 or 5667873. OLE color: 5667873.
HSL color Cylindrical-coordinate representation of color #217C56: hue angle of 154.95º 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 #217C56 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 86 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.51 |
| HSL | 154.95º | 0.58% | 0.31% | - |
| HSV(B) | 154.95º | 0.73% | 0.49% | - |
| XYZ | 9.51 | 15.41 | 11.28 | - |
| YUV | 92.46 | 124.35 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 86 | 0.73 | 0 | 0.31 | 0.51 | 154.95 | 0.58 | 0.31 |
| Hex | 21 | 7C | 56 | 49 | 0 | 1F | 33 | 9B | 3A | 1F |
| Octal | 41 | 174 | 126 | 111 | 0 | 37 | 63 | 233 | 72 | 37 |
| Binary | 100001 | 1111100 | 1010110 | 1001001 | 0 | 11111 | 110011 | 10011011 | 111010 | 11111 |
Color Harmonies of #217C56
Complementary color
Monochromatic Colors of #217C56
Black with #217C56
Text Example
Text Example
White with #217C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C56; }
p { color: rgb(33,124,86); }
H1.HeaderClassName
{
color: #217C56;
}
.AnyTagClassName
{
color: #217C56;
}
</style>
background-color css
<style>
a { background-color: #217C56; }
a { background-color: rgb(33,124,86); }
div.DivClassName
{
background-color: #217C56;
}
.BgClassName
{
background-color: #217C56;
}
</style>
border-color css
<style>
span { border-color: #217C56; }
span { border-color: rgb(33,124,86); }
td.TdClassName
{
border-color: #217C56;
}
.TagClassName
{
border-color: #217C56;
}
</style>