Shades of Salem #217155
Tints of Salem #217155
RGB
CMYK
RGB Variations
Color information
#217155 (or 0x217155) is known color: Salem. HEX triplet: 21, 71 and 55. RGB value is (33,113,85). Sum of RGB (Red+Green+Blue) = 33+113+85=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #217155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217155 is #DE8EAA. Grayscale: #555555. Windows color (decimal): -14585515 or 5599521. OLE color: 5599521.
HSL color Cylindrical-coordinate representation of color #217155: hue angle of 159º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217155 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 113 | 85 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.56 |
| HSL | 159º | 0.55% | 0.29% | - |
| HSV(B) | 159º | 0.71% | 0.44% | - |
| XYZ | 8.17 | 12.79 | 10.63 | - |
| YUV | 85.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 113 | 85 | 0.71 | 0 | 0.25 | 0.56 | 159 | 0.55 | 0.29 |
| Hex | 21 | 71 | 55 | 47 | 0 | 19 | 38 | 9F | 37 | 1D |
| Octal | 41 | 161 | 125 | 107 | 0 | 31 | 70 | 237 | 67 | 35 |
| Binary | 100001 | 1110001 | 1010101 | 1000111 | 0 | 11001 | 111000 | 10011111 | 110111 | 11101 |
Color Harmonies of #217155
Complementary color
Monochromatic Colors of #217155
Black with #217155
Text Example
Text Example
White with #217155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217155; }
p { color: rgb(33,113,85); }
H1.HeaderClassName
{
color: #217155;
}
.AnyTagClassName
{
color: #217155;
}
</style>
background-color css
<style>
a { background-color: #217155; }
a { background-color: rgb(33,113,85); }
div.DivClassName
{
background-color: #217155;
}
.BgClassName
{
background-color: #217155;
}
</style>
border-color css
<style>
span { border-color: #217155; }
span { border-color: rgb(33,113,85); }
td.TdClassName
{
border-color: #217155;
}
.TagClassName
{
border-color: #217155;
}
</style>