Shades of Salem #287A55
Tints of Salem #287A55
RGB
CMYK
RGB Variations
Color information
#287A55 (or 0x287A55) is known color: Salem. HEX triplet: 28, 7A and 55. RGB value is (40,122,85). Sum of RGB (Red+Green+Blue) = 40+122+85=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #287A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A55 is #D785AA. Grayscale: #5D5D5D. Windows color (decimal): -14124459 or 5601832. OLE color: 5601832.
HSL color Cylindrical-coordinate representation of color #287A55: hue angle of 152.93º 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 #287A55 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 122 | 85 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.52 |
| HSL | 152.93º | 0.51% | 0.32% | - |
| HSV(B) | 152.93º | 0.67% | 0.48% | - |
| XYZ | 9.47 | 15.03 | 11 | - |
| YUV | 93.26 | 123.33 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 122 | 85 | 0.67 | 0 | 0.30 | 0.52 | 152.93 | 0.51 | 0.32 |
| Hex | 28 | 7A | 55 | 43 | 0 | 1E | 34 | 99 | 33 | 20 |
| Octal | 50 | 172 | 125 | 103 | 0 | 36 | 64 | 231 | 63 | 40 |
| Binary | 101000 | 1111010 | 1010101 | 1000011 | 0 | 11110 | 110100 | 10011001 | 110011 | 100000 |
Color Harmonies of #287A55
Complementary color
Monochromatic Colors of #287A55
Black with #287A55
Text Example
Text Example
White with #287A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287A55; }
p { color: rgb(40,122,85); }
H1.HeaderClassName
{
color: #287A55;
}
.AnyTagClassName
{
color: #287A55;
}
</style>
background-color css
<style>
a { background-color: #287A55; }
a { background-color: rgb(40,122,85); }
div.DivClassName
{
background-color: #287A55;
}
.BgClassName
{
background-color: #287A55;
}
</style>
border-color css
<style>
span { border-color: #287A55; }
span { border-color: rgb(40,122,85); }
td.TdClassName
{
border-color: #287A55;
}
.TagClassName
{
border-color: #287A55;
}
</style>