Shades of Salem #217653
Tints of Salem #217653
RGB
CMYK
RGB Variations
Color information
#217653 (or 0x217653) is known color: Salem. HEX triplet: 21, 76 and 53. RGB value is (33,118,83). Sum of RGB (Red+Green+Blue) = 33+118+83=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #217653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217653 is #DE89AC. Grayscale: #585858. Windows color (decimal): -14584237 or 5469729. OLE color: 5469729.
HSL color Cylindrical-coordinate representation of color #217653: hue angle of 155.29º 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 #217653 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 118 | 83 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.54 |
| HSL | 155.29º | 0.56% | 0.3% | - |
| HSV(B) | 155.29º | 0.72% | 0.46% | - |
| XYZ | 8.67 | 13.9 | 10.41 | - |
| YUV | 88.6 | 124.84 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 118 | 83 | 0.72 | 0 | 0.30 | 0.54 | 155.29 | 0.56 | 0.3 |
| Hex | 21 | 76 | 53 | 48 | 0 | 1E | 36 | 9B | 38 | 1E |
| Octal | 41 | 166 | 123 | 110 | 0 | 36 | 66 | 233 | 70 | 36 |
| Binary | 100001 | 1110110 | 1010011 | 1001000 | 0 | 11110 | 110110 | 10011011 | 111000 | 11110 |
Color Harmonies of #217653
Complementary color
Monochromatic Colors of #217653
Black with #217653
Text Example
Text Example
White with #217653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217653; }
p { color: rgb(33,118,83); }
H1.HeaderClassName
{
color: #217653;
}
.AnyTagClassName
{
color: #217653;
}
</style>
background-color css
<style>
a { background-color: #217653; }
a { background-color: rgb(33,118,83); }
div.DivClassName
{
background-color: #217653;
}
.BgClassName
{
background-color: #217653;
}
</style>
border-color css
<style>
span { border-color: #217653; }
span { border-color: rgb(33,118,83); }
td.TdClassName
{
border-color: #217653;
}
.TagClassName
{
border-color: #217653;
}
</style>