Shades of Salem #158759
Tints of Salem #158759
RGB
CMYK
RGB Variations
Color information
#158759 (or 0x158759) is known color: Salem. HEX triplet: 15, 87 and 59. RGB value is (21,135,89). Sum of RGB (Red+Green+Blue) = 21+135+89=245 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.57% from 245); Green value is 135 (53.12% from 255 or 55.10% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 135 - color contains mainly: green. Hex color #158759 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158759 is #EA78A6. Grayscale: #5F5F5F. Windows color (decimal): -15366311 or 5867285. OLE color: 5867285.
HSL color Cylindrical-coordinate representation of color #158759: hue angle of 155.79º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158759 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 21 | 135 | 89 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.47 |
| HSL | 155.79º | 0.73% | 0.31% | - |
| HSV(B) | 155.79º | 0.84% | 0.53% | - |
| XYZ | 10.78 | 18.21 | 12.4 | - |
| YUV | 95.67 | 124.23 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 135 | 89 | 0.84 | 0 | 0.34 | 0.47 | 155.79 | 0.73 | 0.31 |
| Hex | 15 | 87 | 59 | 54 | 0 | 22 | 2F | 9C | 49 | 1F |
| Octal | 25 | 207 | 131 | 124 | 0 | 42 | 57 | 234 | 111 | 37 |
| Binary | 10101 | 10000111 | 1011001 | 1010100 | 0 | 100010 | 101111 | 10011100 | 1001001 | 11111 |
Color Harmonies of #158759
Complementary color
Monochromatic Colors of #158759
Black with #158759
Text Example
Text Example
White with #158759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158759; }
p { color: rgb(21,135,89); }
H1.HeaderClassName
{
color: #158759;
}
.AnyTagClassName
{
color: #158759;
}
</style>
background-color css
<style>
a { background-color: #158759; }
a { background-color: rgb(21,135,89); }
div.DivClassName
{
background-color: #158759;
}
.BgClassName
{
background-color: #158759;
}
</style>
border-color css
<style>
span { border-color: #158759; }
span { border-color: rgb(21,135,89); }
td.TdClassName
{
border-color: #158759;
}
.TagClassName
{
border-color: #158759;
}
</style>