Shades of Salem #287A56
Tints of Salem #287A56
RGB
CMYK
RGB Variations
Color information
#287A56 (or 0x287A56) is known color: Salem. HEX triplet: 28, 7A and 56. RGB value is (40,122,86). Sum of RGB (Red+Green+Blue) = 40+122+86=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #287A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A56 is #D785A9. Grayscale: #5D5D5D. Windows color (decimal): -14124458 or 5667368. OLE color: 5667368.
HSL color Cylindrical-coordinate representation of color #287A56: hue angle of 153.66º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A56 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 86 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.52 |
| HSL | 153.66º | 0.51% | 0.32% | - |
| HSV(B) | 153.66º | 0.67% | 0.48% | - |
| XYZ | 9.51 | 15.04 | 11.21 | - |
| YUV | 93.38 | 123.83 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 86 | 0.67 | 0 | 0.30 | 0.52 | 153.66 | 0.51 | 0.32 |
| Hex | 28 | 7A | 56 | 43 | 0 | 1E | 34 | 9A | 33 | 20 |
| Octal | 50 | 172 | 126 | 103 | 0 | 36 | 64 | 232 | 63 | 40 |
| Binary | 101000 | 1111010 | 1010110 | 1000011 | 0 | 11110 | 110100 | 10011010 | 110011 | 100000 |
Color Harmonies of #287A56
Complementary color
Monochromatic Colors of #287A56
Black with #287A56
Text Example
Text Example
White with #287A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A56; }
p { color: rgb(40,122,86); }
H1.HeaderClassName
{
color: #287A56;
}
.AnyTagClassName
{
color: #287A56;
}
</style>
background-color css
<style>
a { background-color: #287A56; }
a { background-color: rgb(40,122,86); }
div.DivClassName
{
background-color: #287A56;
}
.BgClassName
{
background-color: #287A56;
}
</style>
border-color css
<style>
span { border-color: #287A56; }
span { border-color: rgb(40,122,86); }
td.TdClassName
{
border-color: #287A56;
}
.TagClassName
{
border-color: #287A56;
}
</style>