Shades of Salem #217F57
Tints of Salem #217F57
RGB
CMYK
RGB Variations
Color information
#217F57 (or 0x217F57) is known color: Salem. HEX triplet: 21, 7F and 57. RGB value is (33,127,87). Sum of RGB (Red+Green+Blue) = 33+127+87=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #217F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F57 is #DE80A8. Grayscale: #5E5E5E. Windows color (decimal): -14581929 or 5734177. OLE color: 5734177.
HSL color Cylindrical-coordinate representation of color #217F57: hue angle of 154.47º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #217F57 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 87 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.50 |
| HSL | 154.47º | 0.59% | 0.31% | - |
| HSV(B) | 154.47º | 0.74% | 0.5% | - |
| XYZ | 9.94 | 16.19 | 11.62 | - |
| YUV | 94.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 87 | 0.74 | 0 | 0.31 | 0.50 | 154.47 | 0.59 | 0.31 |
| Hex | 21 | 7F | 57 | 4A | 0 | 1F | 32 | 9A | 3B | 1F |
| Octal | 41 | 177 | 127 | 112 | 0 | 37 | 62 | 232 | 73 | 37 |
| Binary | 100001 | 1111111 | 1010111 | 1001010 | 0 | 11111 | 110010 | 10011010 | 111011 | 11111 |
Color Harmonies of #217F57
Complementary color
Monochromatic Colors of #217F57
Black with #217F57
Text Example
Text Example
White with #217F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F57; }
p { color: rgb(33,127,87); }
H1.HeaderClassName
{
color: #217F57;
}
.AnyTagClassName
{
color: #217F57;
}
</style>
background-color css
<style>
a { background-color: #217F57; }
a { background-color: rgb(33,127,87); }
div.DivClassName
{
background-color: #217F57;
}
.BgClassName
{
background-color: #217F57;
}
</style>
border-color css
<style>
span { border-color: #217F57; }
span { border-color: rgb(33,127,87); }
td.TdClassName
{
border-color: #217F57;
}
.TagClassName
{
border-color: #217F57;
}
</style>