Shades of Salem #157D53
Tints of Salem #157D53
RGB
CMYK
RGB Variations
Color information
#157D53 (or 0x157D53) is known color: Salem. HEX triplet: 15, 7D and 53. RGB value is (21,125,83). Sum of RGB (Red+Green+Blue) = 21+125+83=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 125 (49.22% from 255 or 54.59% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 125 - color contains mainly: green. Hex color #157D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157D53 is #EA82AC. Grayscale: #595959. Windows color (decimal): -15368877 or 5471509. OLE color: 5471509.
HSL color Cylindrical-coordinate representation of color #157D53: hue angle of 155.77º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #157D53 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 125 | 83 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.51 |
| HSL | 155.77º | 0.71% | 0.29% | - |
| HSV(B) | 155.77º | 0.83% | 0.49% | - |
| XYZ | 9.2 | 15.45 | 10.68 | - |
| YUV | 89.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 125 | 83 | 0.83 | 0 | 0.34 | 0.51 | 155.77 | 0.71 | 0.29 |
| Hex | 15 | 7D | 53 | 53 | 0 | 22 | 33 | 9C | 47 | 1D |
| Octal | 25 | 175 | 123 | 123 | 0 | 42 | 63 | 234 | 107 | 35 |
| Binary | 10101 | 1111101 | 1010011 | 1010011 | 0 | 100010 | 110011 | 10011100 | 1000111 | 11101 |
Color Harmonies of #157D53
Complementary color
Monochromatic Colors of #157D53
Black with #157D53
Text Example
Text Example
White with #157D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157D53; }
p { color: rgb(21,125,83); }
H1.HeaderClassName
{
color: #157D53;
}
.AnyTagClassName
{
color: #157D53;
}
</style>
background-color css
<style>
a { background-color: #157D53; }
a { background-color: rgb(21,125,83); }
div.DivClassName
{
background-color: #157D53;
}
.BgClassName
{
background-color: #157D53;
}
</style>
border-color css
<style>
span { border-color: #157D53; }
span { border-color: rgb(21,125,83); }
td.TdClassName
{
border-color: #157D53;
}
.TagClassName
{
border-color: #157D53;
}
</style>