Shades of Salem #158551
Tints of Salem #158551
RGB
CMYK
RGB Variations
Color information
#158551 (or 0x158551) is known color: Salem. HEX triplet: 15, 85 and 51. RGB value is (21,133,81). Sum of RGB (Red+Green+Blue) = 21+133+81=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #158551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158551 is #EA7AAE. Grayscale: #5D5D5D. Windows color (decimal): -15366831 or 5342485. OLE color: 5342485.
HSL color Cylindrical-coordinate representation of color #158551: hue angle of 152.14º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158551 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 133 | 81 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.48 |
| HSL | 152.14º | 0.73% | 0.3% | - |
| HSV(B) | 152.14º | 0.84% | 0.52% | - |
| XYZ | 10.18 | 17.53 | 10.63 | - |
| YUV | 93.58 | 120.89 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 81 | 0.84 | 0 | 0.39 | 0.48 | 152.14 | 0.73 | 0.3 |
| Hex | 15 | 85 | 51 | 54 | 0 | 27 | 30 | 98 | 49 | 1E |
| Octal | 25 | 205 | 121 | 124 | 0 | 47 | 60 | 230 | 111 | 36 |
| Binary | 10101 | 10000101 | 1010001 | 1010100 | 0 | 100111 | 110000 | 10011000 | 1001001 | 11110 |
Color Harmonies of #158551
Complementary color
Monochromatic Colors of #158551
Black with #158551
Text Example
Text Example
White with #158551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158551; }
p { color: rgb(21,133,81); }
H1.HeaderClassName
{
color: #158551;
}
.AnyTagClassName
{
color: #158551;
}
</style>
background-color css
<style>
a { background-color: #158551; }
a { background-color: rgb(21,133,81); }
div.DivClassName
{
background-color: #158551;
}
.BgClassName
{
background-color: #158551;
}
</style>
border-color css
<style>
span { border-color: #158551; }
span { border-color: rgb(21,133,81); }
td.TdClassName
{
border-color: #158551;
}
.TagClassName
{
border-color: #158551;
}
</style>