Shades of Salem #158B53
Tints of Salem #158B53
RGB
CMYK
RGB Variations
Color information
#158B53 (or 0x158B53) is known color: Salem. HEX triplet: 15, 8B and 53. RGB value is (21,139,83). Sum of RGB (Red+Green+Blue) = 21+139+83=243 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.64% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #158B53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B53 is #EA74AC. Grayscale: #616161. Windows color (decimal): -15365293 or 5475093. OLE color: 5475093.
HSL color Cylindrical-coordinate representation of color #158B53: hue angle of 151.53º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B53 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 83 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.45 |
| HSL | 151.53º | 0.74% | 0.31% | - |
| HSV(B) | 151.53º | 0.85% | 0.55% | - |
| XYZ | 11.1 | 19.25 | 11.31 | - |
| YUV | 97.33 | 119.91 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 83 | 0.85 | 0 | 0.40 | 0.45 | 151.53 | 0.74 | 0.31 |
| Hex | 15 | 8B | 53 | 55 | 0 | 28 | 2D | 98 | 4A | 1F |
| Octal | 25 | 213 | 123 | 125 | 0 | 50 | 55 | 230 | 112 | 37 |
| Binary | 10101 | 10001011 | 1010011 | 1010101 | 0 | 101000 | 101101 | 10011000 | 1001010 | 11111 |
Color Harmonies of #158B53
Complementary color
Monochromatic Colors of #158B53
Black with #158B53
Text Example
Text Example
White with #158B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B53; }
p { color: rgb(21,139,83); }
H1.HeaderClassName
{
color: #158B53;
}
.AnyTagClassName
{
color: #158B53;
}
</style>
background-color css
<style>
a { background-color: #158B53; }
a { background-color: rgb(21,139,83); }
div.DivClassName
{
background-color: #158B53;
}
.BgClassName
{
background-color: #158B53;
}
</style>
border-color css
<style>
span { border-color: #158B53; }
span { border-color: rgb(21,139,83); }
td.TdClassName
{
border-color: #158B53;
}
.TagClassName
{
border-color: #158B53;
}
</style>