Shades of Salem #217254
Tints of Salem #217254
RGB
CMYK
RGB Variations
Color information
#217254 (or 0x217254) is known color: Salem. HEX triplet: 21, 72 and 54. RGB value is (33,114,84). Sum of RGB (Red+Green+Blue) = 33+114+84=231 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.29% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #217254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217254 is #DE8DAB. Grayscale: #565656. Windows color (decimal): -14585260 or 5534241. OLE color: 5534241.
HSL color Cylindrical-coordinate representation of color #217254: hue angle of 157.78º 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 #217254 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 33 | 114 | 84 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.55 |
| HSL | 157.78º | 0.55% | 0.29% | - |
| HSV(B) | 157.78º | 0.71% | 0.45% | - |
| XYZ | 8.24 | 13 | 10.46 | - |
| YUV | 86.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 114 | 84 | 0.71 | 0 | 0.26 | 0.55 | 157.78 | 0.55 | 0.29 |
| Hex | 21 | 72 | 54 | 47 | 0 | 1A | 37 | 9E | 37 | 1D |
| Octal | 41 | 162 | 124 | 107 | 0 | 32 | 67 | 236 | 67 | 35 |
| Binary | 100001 | 1110010 | 1010100 | 1000111 | 0 | 11010 | 110111 | 10011110 | 110111 | 11101 |
Color Harmonies of #217254
Complementary color
Monochromatic Colors of #217254
Black with #217254
Text Example
Text Example
White with #217254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217254; }
p { color: rgb(33,114,84); }
H1.HeaderClassName
{
color: #217254;
}
.AnyTagClassName
{
color: #217254;
}
</style>
background-color css
<style>
a { background-color: #217254; }
a { background-color: rgb(33,114,84); }
div.DivClassName
{
background-color: #217254;
}
.BgClassName
{
background-color: #217254;
}
</style>
border-color css
<style>
span { border-color: #217254; }
span { border-color: rgb(33,114,84); }
td.TdClassName
{
border-color: #217254;
}
.TagClassName
{
border-color: #217254;
}
</style>