Shades of Salem #217551
Tints of Salem #217551
RGB
CMYK
RGB Variations
Color information
#217551 (or 0x217551) is known color: Salem. HEX triplet: 21, 75 and 51. RGB value is (33,117,81). Sum of RGB (Red+Green+Blue) = 33+117+81=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 117 (46.09% from 255 or 50.65% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 117 - color contains mainly: green. Hex color #217551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217551 is #DE8AAE. Grayscale: #575757. Windows color (decimal): -14584495 or 5338401. OLE color: 5338401.
HSL color Cylindrical-coordinate representation of color #217551: hue angle of 154.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217551 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 81 | - |
| CMYK | 0.72 | 0 | 0.31 | 0.54 |
| HSL | 154.29º | 0.56% | 0.29% | - |
| HSV(B) | 154.29º | 0.72% | 0.46% | - |
| XYZ | 8.47 | 13.64 | 9.97 | - |
| YUV | 87.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 81 | 0.72 | 0 | 0.31 | 0.54 | 154.29 | 0.56 | 0.29 |
| Hex | 21 | 75 | 51 | 48 | 0 | 1F | 36 | 9A | 38 | 1D |
| Octal | 41 | 165 | 121 | 110 | 0 | 37 | 66 | 232 | 70 | 35 |
| Binary | 100001 | 1110101 | 1010001 | 1001000 | 0 | 11111 | 110110 | 10011010 | 111000 | 11101 |
Color Harmonies of #217551
Complementary color
Monochromatic Colors of #217551
Black with #217551
Text Example
Text Example
White with #217551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217551; }
p { color: rgb(33,117,81); }
H1.HeaderClassName
{
color: #217551;
}
.AnyTagClassName
{
color: #217551;
}
</style>
background-color css
<style>
a { background-color: #217551; }
a { background-color: rgb(33,117,81); }
div.DivClassName
{
background-color: #217551;
}
.BgClassName
{
background-color: #217551;
}
</style>
border-color css
<style>
span { border-color: #217551; }
span { border-color: rgb(33,117,81); }
td.TdClassName
{
border-color: #217551;
}
.TagClassName
{
border-color: #217551;
}
</style>