Shades of Salem #217F55
Tints of Salem #217F55
RGB
CMYK
RGB Variations
Color information
#217F55 (or 0x217F55) is known color: Salem. HEX triplet: 21, 7F and 55. RGB value is (33,127,85). Sum of RGB (Red+Green+Blue) = 33+127+85=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 127 (50% from 255 or 51.84% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 127 - color contains mainly: green. Hex color #217F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217F55 is #DE80AA. Grayscale: #5E5E5E. Windows color (decimal): -14581931 or 5603105. OLE color: 5603105.
HSL color Cylindrical-coordinate representation of color #217F55: hue angle of 153.19º 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 #217F55 is Cyan = 0.74, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 127 | 85 | - |
| CMYK | 0.74 | 0 | 0.33 | 0.50 |
| HSL | 153.19º | 0.59% | 0.31% | - |
| HSV(B) | 153.19º | 0.74% | 0.5% | - |
| XYZ | 9.86 | 16.16 | 11.19 | - |
| YUV | 94.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 127 | 85 | 0.74 | 0 | 0.33 | 0.50 | 153.19 | 0.59 | 0.31 |
| Hex | 21 | 7F | 55 | 4A | 0 | 21 | 32 | 99 | 3B | 1F |
| Octal | 41 | 177 | 125 | 112 | 0 | 41 | 62 | 231 | 73 | 37 |
| Binary | 100001 | 1111111 | 1010101 | 1001010 | 0 | 100001 | 110010 | 10011001 | 111011 | 11111 |
Color Harmonies of #217F55
Complementary color
Monochromatic Colors of #217F55
Black with #217F55
Text Example
Text Example
White with #217F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217F55; }
p { color: rgb(33,127,85); }
H1.HeaderClassName
{
color: #217F55;
}
.AnyTagClassName
{
color: #217F55;
}
</style>
background-color css
<style>
a { background-color: #217F55; }
a { background-color: rgb(33,127,85); }
div.DivClassName
{
background-color: #217F55;
}
.BgClassName
{
background-color: #217F55;
}
</style>
border-color css
<style>
span { border-color: #217F55; }
span { border-color: rgb(33,127,85); }
td.TdClassName
{
border-color: #217F55;
}
.TagClassName
{
border-color: #217F55;
}
</style>