Shades of Salem #217654
Tints of Salem #217654
RGB
CMYK
RGB Variations
Color information
#217654 (or 0x217654) is known color: Salem. HEX triplet: 21, 76 and 54. RGB value is (33,118,84). Sum of RGB (Red+Green+Blue) = 33+118+84=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #217654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217654 is #DE89AB. Grayscale: #585858. Windows color (decimal): -14584236 or 5535265. OLE color: 5535265.
HSL color Cylindrical-coordinate representation of color #217654: hue angle of 156º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217654 is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 84 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.54 |
| HSL | 156º | 0.56% | 0.3% | - |
| HSV(B) | 156º | 0.72% | 0.46% | - |
| XYZ | 8.71 | 13.92 | 10.62 | - |
| YUV | 88.71 | 125.34 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 84 | 0.72 | 0 | 0.29 | 0.54 | 156 | 0.56 | 0.3 |
| Hex | 21 | 76 | 54 | 48 | 0 | 1D | 36 | 9C | 38 | 1E |
| Octal | 41 | 166 | 124 | 110 | 0 | 35 | 66 | 234 | 70 | 36 |
| Binary | 100001 | 1110110 | 1010100 | 1001000 | 0 | 11101 | 110110 | 10011100 | 111000 | 11110 |
Color Harmonies of #217654
Complementary color
Monochromatic Colors of #217654
Black with #217654
Text Example
Text Example
White with #217654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217654; }
p { color: rgb(33,118,84); }
H1.HeaderClassName
{
color: #217654;
}
.AnyTagClassName
{
color: #217654;
}
</style>
background-color css
<style>
a { background-color: #217654; }
a { background-color: rgb(33,118,84); }
div.DivClassName
{
background-color: #217654;
}
.BgClassName
{
background-color: #217654;
}
</style>
border-color css
<style>
span { border-color: #217654; }
span { border-color: rgb(33,118,84); }
td.TdClassName
{
border-color: #217654;
}
.TagClassName
{
border-color: #217654;
}
</style>