Shades of Salem #217E57
Tints of Salem #217E57
RGB
CMYK
RGB Variations
Color information
#217E57 (or 0x217E57) is known color: Salem. HEX triplet: 21, 7E and 57. RGB value is (33,126,87). Sum of RGB (Red+Green+Blue) = 33+126+87=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 126 (49.61% from 255 or 51.22% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 126 - color contains mainly: green. Hex color #217E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217E57 is #DE81A8. Grayscale: #5D5D5D. Windows color (decimal): -14582185 or 5733921. OLE color: 5733921.
HSL color Cylindrical-coordinate representation of color #217E57: hue angle of 154.84º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217E57 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 126 | 87 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.51 |
| HSL | 154.84º | 0.58% | 0.31% | - |
| HSV(B) | 154.84º | 0.74% | 0.49% | - |
| XYZ | 9.81 | 15.93 | 11.58 | - |
| YUV | 93.75 | 124.19 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 126 | 87 | 0.74 | 0 | 0.31 | 0.51 | 154.84 | 0.58 | 0.31 |
| Hex | 21 | 7E | 57 | 4A | 0 | 1F | 33 | 9B | 3A | 1F |
| Octal | 41 | 176 | 127 | 112 | 0 | 37 | 63 | 233 | 72 | 37 |
| Binary | 100001 | 1111110 | 1010111 | 1001010 | 0 | 11111 | 110011 | 10011011 | 111010 | 11111 |
Color Harmonies of #217E57
Complementary color
Monochromatic Colors of #217E57
Black with #217E57
Text Example
Text Example
White with #217E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217E57; }
p { color: rgb(33,126,87); }
H1.HeaderClassName
{
color: #217E57;
}
.AnyTagClassName
{
color: #217E57;
}
</style>
background-color css
<style>
a { background-color: #217E57; }
a { background-color: rgb(33,126,87); }
div.DivClassName
{
background-color: #217E57;
}
.BgClassName
{
background-color: #217E57;
}
</style>
border-color css
<style>
span { border-color: #217E57; }
span { border-color: rgb(33,126,87); }
td.TdClassName
{
border-color: #217E57;
}
.TagClassName
{
border-color: #217E57;
}
</style>