Shades of Salem #157256
Tints of Salem #157256
RGB
CMYK
RGB Variations
Color information
#157256 (or 0x157256) is known color: Salem. HEX triplet: 15, 72 and 56. RGB value is (21,114,86). Sum of RGB (Red+Green+Blue) = 21+114+86=221 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.50% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #157256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157256 is #EA8DA9. Grayscale: #535353. Windows color (decimal): -15371690 or 5665301. OLE color: 5665301.
HSL color Cylindrical-coordinate representation of color #157256: hue angle of 161.94º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157256 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 21 | 114 | 86 | - |
| CMYK | 0.82 | 0 | 0.25 | 0.55 |
| HSL | 161.94º | 0.69% | 0.26% | - |
| HSV(B) | 161.94º | 0.82% | 0.45% | - |
| XYZ | 8.01 | 12.87 | 10.87 | - |
| YUV | 83 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 114 | 86 | 0.82 | 0 | 0.25 | 0.55 | 161.94 | 0.69 | 0.26 |
| Hex | 15 | 72 | 56 | 52 | 0 | 19 | 37 | A2 | 45 | 1A |
| Octal | 25 | 162 | 126 | 122 | 0 | 31 | 67 | 242 | 105 | 32 |
| Binary | 10101 | 1110010 | 1010110 | 1010010 | 0 | 11001 | 110111 | 10100010 | 1000101 | 11010 |
Color Harmonies of #157256
Complementary color
Monochromatic Colors of #157256
Black with #157256
Text Example
Text Example
White with #157256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157256; }
p { color: rgb(21,114,86); }
H1.HeaderClassName
{
color: #157256;
}
.AnyTagClassName
{
color: #157256;
}
</style>
background-color css
<style>
a { background-color: #157256; }
a { background-color: rgb(21,114,86); }
div.DivClassName
{
background-color: #157256;
}
.BgClassName
{
background-color: #157256;
}
</style>
border-color css
<style>
span { border-color: #157256; }
span { border-color: rgb(21,114,86); }
td.TdClassName
{
border-color: #157256;
}
.TagClassName
{
border-color: #157256;
}
</style>