Shades of Salem #217256
Tints of Salem #217256
RGB
CMYK
RGB Variations
Color information
#217256 (or 0x217256) is known color: Salem. HEX triplet: 21, 72 and 56. RGB value is (33,114,86). Sum of RGB (Red+Green+Blue) = 33+114+86=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #217256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217256 is #DE8DA9. Grayscale: #565656. Windows color (decimal): -14585258 or 5665313. OLE color: 5665313.
HSL color Cylindrical-coordinate representation of color #217256: hue angle of 159.26º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217256 is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 86 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.55 |
| HSL | 159.26º | 0.55% | 0.29% | - |
| HSV(B) | 159.26º | 0.71% | 0.45% | - |
| XYZ | 8.32 | 13.03 | 10.88 | - |
| YUV | 86.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 86 | 0.71 | 0 | 0.25 | 0.55 | 159.26 | 0.55 | 0.29 |
| Hex | 21 | 72 | 56 | 47 | 0 | 19 | 37 | 9F | 37 | 1D |
| Octal | 41 | 162 | 126 | 107 | 0 | 31 | 67 | 237 | 67 | 35 |
| Binary | 100001 | 1110010 | 1010110 | 1000111 | 0 | 11001 | 110111 | 10011111 | 110111 | 11101 |
Color Harmonies of #217256
Complementary color
Monochromatic Colors of #217256
Black with #217256
Text Example
Text Example
White with #217256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217256; }
p { color: rgb(33,114,86); }
H1.HeaderClassName
{
color: #217256;
}
.AnyTagClassName
{
color: #217256;
}
</style>
background-color css
<style>
a { background-color: #217256; }
a { background-color: rgb(33,114,86); }
div.DivClassName
{
background-color: #217256;
}
.BgClassName
{
background-color: #217256;
}
</style>
border-color css
<style>
span { border-color: #217256; }
span { border-color: rgb(33,114,86); }
td.TdClassName
{
border-color: #217256;
}
.TagClassName
{
border-color: #217256;
}
</style>