Shades of Salem #217552
Tints of Salem #217552
RGB
CMYK
RGB Variations
Color information
#217552 (or 0x217552) is known color: Salem. HEX triplet: 21, 75 and 52. RGB value is (33,117,82). Sum of RGB (Red+Green+Blue) = 33+117+82=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #217552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217552 is #DE8AAD. Grayscale: #575757. Windows color (decimal): -14584494 or 5403937. OLE color: 5403937.
HSL color Cylindrical-coordinate representation of color #217552: hue angle of 155º 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 #217552 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 117 | 82 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.54 |
| HSL | 155º | 0.56% | 0.29% | - |
| HSV(B) | 155º | 0.72% | 0.46% | - |
| XYZ | 8.51 | 13.66 | 10.17 | - |
| YUV | 87.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 117 | 82 | 0.72 | 0 | 0.30 | 0.54 | 155 | 0.56 | 0.29 |
| Hex | 21 | 75 | 52 | 48 | 0 | 1E | 36 | 9B | 38 | 1D |
| Octal | 41 | 165 | 122 | 110 | 0 | 36 | 66 | 233 | 70 | 35 |
| Binary | 100001 | 1110101 | 1010010 | 1001000 | 0 | 11110 | 110110 | 10011011 | 111000 | 11101 |
Color Harmonies of #217552
Complementary color
Monochromatic Colors of #217552
Black with #217552
Text Example
Text Example
White with #217552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217552; }
p { color: rgb(33,117,82); }
H1.HeaderClassName
{
color: #217552;
}
.AnyTagClassName
{
color: #217552;
}
</style>
background-color css
<style>
a { background-color: #217552; }
a { background-color: rgb(33,117,82); }
div.DivClassName
{
background-color: #217552;
}
.BgClassName
{
background-color: #217552;
}
</style>
border-color css
<style>
span { border-color: #217552; }
span { border-color: rgb(33,117,82); }
td.TdClassName
{
border-color: #217552;
}
.TagClassName
{
border-color: #217552;
}
</style>