Shades of Salem #217854
Tints of Salem #217854
RGB
CMYK
RGB Variations
Color information
#217854 (or 0x217854) is known color: Salem. HEX triplet: 21, 78 and 54. RGB value is (33,120,84). Sum of RGB (Red+Green+Blue) = 33+120+84=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #217854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217854 is #DE87AB. Grayscale: #595959. Windows color (decimal): -14583724 or 5535777. OLE color: 5535777.
HSL color Cylindrical-coordinate representation of color #217854: hue angle of 155.17º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217854 is Cyan = 0.72, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 33 | 120 | 84 | - |
| CMYK | 0.72 | 0 | 0.3 | 0.53 |
| HSL | 155.17º | 0.57% | 0.3% | - |
| HSV(B) | 155.17º | 0.73% | 0.47% | - |
| XYZ | 8.94 | 14.4 | 10.69 | - |
| YUV | 89.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 120 | 84 | 0.72 | 0 | 0.3 | 0.53 | 155.17 | 0.57 | 0.3 |
| Hex | 21 | 78 | 54 | 48 | 0 | 1E | 35 | 9B | 39 | 1E |
| Octal | 41 | 170 | 124 | 110 | 0 | 36 | 65 | 233 | 71 | 36 |
| Binary | 100001 | 1111000 | 1010100 | 1001000 | 0 | 11110 | 110101 | 10011011 | 111001 | 11110 |
Color Harmonies of #217854
Complementary color
Monochromatic Colors of #217854
Black with #217854
Text Example
Text Example
White with #217854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217854; }
p { color: rgb(33,120,84); }
H1.HeaderClassName
{
color: #217854;
}
.AnyTagClassName
{
color: #217854;
}
</style>
background-color css
<style>
a { background-color: #217854; }
a { background-color: rgb(33,120,84); }
div.DivClassName
{
background-color: #217854;
}
.BgClassName
{
background-color: #217854;
}
</style>
border-color css
<style>
span { border-color: #217854; }
span { border-color: rgb(33,120,84); }
td.TdClassName
{
border-color: #217854;
}
.TagClassName
{
border-color: #217854;
}
</style>