Shades of Salem #158653
Tints of Salem #158653
RGB
CMYK
RGB Variations
Color information
#158653 (or 0x158653) is known color: Salem. HEX triplet: 15, 86 and 53. RGB value is (21,134,83). Sum of RGB (Red+Green+Blue) = 21+134+83=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #158653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158653 is #EA79AC. Grayscale: #5E5E5E. Windows color (decimal): -15366573 or 5473813. OLE color: 5473813.
HSL color Cylindrical-coordinate representation of color #158653: hue angle of 152.92º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158653 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 134 | 83 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.47 |
| HSL | 152.92º | 0.73% | 0.3% | - |
| HSV(B) | 152.92º | 0.84% | 0.53% | - |
| XYZ | 10.4 | 17.83 | 11.08 | - |
| YUV | 94.4 | 121.56 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 83 | 0.84 | 0 | 0.38 | 0.47 | 152.92 | 0.73 | 0.3 |
| Hex | 15 | 86 | 53 | 54 | 0 | 26 | 2F | 99 | 49 | 1E |
| Octal | 25 | 206 | 123 | 124 | 0 | 46 | 57 | 231 | 111 | 36 |
| Binary | 10101 | 10000110 | 1010011 | 1010100 | 0 | 100110 | 101111 | 10011001 | 1001001 | 11110 |
Color Harmonies of #158653
Complementary color
Monochromatic Colors of #158653
Black with #158653
Text Example
Text Example
White with #158653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158653; }
p { color: rgb(21,134,83); }
H1.HeaderClassName
{
color: #158653;
}
.AnyTagClassName
{
color: #158653;
}
</style>
background-color css
<style>
a { background-color: #158653; }
a { background-color: rgb(21,134,83); }
div.DivClassName
{
background-color: #158653;
}
.BgClassName
{
background-color: #158653;
}
</style>
border-color css
<style>
span { border-color: #158653; }
span { border-color: rgb(21,134,83); }
td.TdClassName
{
border-color: #158653;
}
.TagClassName
{
border-color: #158653;
}
</style>