Shades of Salem #217555
Tints of Salem #217555
RGB
CMYK
RGB Variations
Color information
#217555 (or 0x217555) is known color: Salem. HEX triplet: 21, 75 and 55. RGB value is (33,117,85). Sum of RGB (Red+Green+Blue) = 33+117+85=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #217555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217555 is #DE8AAA. Grayscale: #585858. Windows color (decimal): -14584491 or 5600545. OLE color: 5600545.
HSL color Cylindrical-coordinate representation of color #217555: hue angle of 157.14º 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 #217555 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 85 | - |
| CMYK | 0.72 | 0 | 0.27 | 0.54 |
| HSL | 157.14º | 0.56% | 0.29% | - |
| HSV(B) | 157.14º | 0.72% | 0.46% | - |
| XYZ | 8.63 | 13.7 | 10.78 | - |
| YUV | 88.24 | 126.17 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 85 | 0.72 | 0 | 0.27 | 0.54 | 157.14 | 0.56 | 0.29 |
| Hex | 21 | 75 | 55 | 48 | 0 | 1B | 36 | 9D | 38 | 1D |
| Octal | 41 | 165 | 125 | 110 | 0 | 33 | 66 | 235 | 70 | 35 |
| Binary | 100001 | 1110101 | 1010101 | 1001000 | 0 | 11011 | 110110 | 10011101 | 111000 | 11101 |
Color Harmonies of #217555
Complementary color
Monochromatic Colors of #217555
Black with #217555
Text Example
Text Example
White with #217555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217555; }
p { color: rgb(33,117,85); }
H1.HeaderClassName
{
color: #217555;
}
.AnyTagClassName
{
color: #217555;
}
</style>
background-color css
<style>
a { background-color: #217555; }
a { background-color: rgb(33,117,85); }
div.DivClassName
{
background-color: #217555;
}
.BgClassName
{
background-color: #217555;
}
</style>
border-color css
<style>
span { border-color: #217555; }
span { border-color: rgb(33,117,85); }
td.TdClassName
{
border-color: #217555;
}
.TagClassName
{
border-color: #217555;
}
</style>