Shades of Salem #158553
Tints of Salem #158553
RGB
CMYK
RGB Variations
Color information
#158553 (or 0x158553) is known color: Salem. HEX triplet: 15, 85 and 53. RGB value is (21,133,83). Sum of RGB (Red+Green+Blue) = 21+133+83=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #158553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158553 is #EA7AAC. Grayscale: #5D5D5D. Windows color (decimal): -15366829 or 5473557. OLE color: 5473557.
HSL color Cylindrical-coordinate representation of color #158553: hue angle of 153.21º 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 #158553 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 21 | 133 | 83 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.48 |
| HSL | 153.21º | 0.73% | 0.3% | - |
| HSV(B) | 153.21º | 0.84% | 0.52% | - |
| XYZ | 10.26 | 17.56 | 11.03 | - |
| YUV | 93.81 | 121.89 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 83 | 0.84 | 0 | 0.38 | 0.48 | 153.21 | 0.73 | 0.3 |
| Hex | 15 | 85 | 53 | 54 | 0 | 26 | 30 | 99 | 49 | 1E |
| Octal | 25 | 205 | 123 | 124 | 0 | 46 | 60 | 231 | 111 | 36 |
| Binary | 10101 | 10000101 | 1010011 | 1010100 | 0 | 100110 | 110000 | 10011001 | 1001001 | 11110 |
Color Harmonies of #158553
Complementary color
Monochromatic Colors of #158553
Black with #158553
Text Example
Text Example
White with #158553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158553; }
p { color: rgb(21,133,83); }
H1.HeaderClassName
{
color: #158553;
}
.AnyTagClassName
{
color: #158553;
}
</style>
background-color css
<style>
a { background-color: #158553; }
a { background-color: rgb(21,133,83); }
div.DivClassName
{
background-color: #158553;
}
.BgClassName
{
background-color: #158553;
}
</style>
border-color css
<style>
span { border-color: #158553; }
span { border-color: rgb(21,133,83); }
td.TdClassName
{
border-color: #158553;
}
.TagClassName
{
border-color: #158553;
}
</style>