Shades of Salem #287B57
Tints of Salem #287B57
RGB
CMYK
RGB Variations
Color information
#287B57 (or 0x287B57) is known color: Salem. HEX triplet: 28, 7B and 57. RGB value is (40,123,87). Sum of RGB (Red+Green+Blue) = 40+123+87=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #287B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B57 is #D784A8. Grayscale: #5E5E5E. Windows color (decimal): -14124201 or 5733160. OLE color: 5733160.
HSL color Cylindrical-coordinate representation of color #287B57: hue angle of 153.98º 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 #287B57 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 123 | 87 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.52 |
| HSL | 153.98º | 0.51% | 0.32% | - |
| HSV(B) | 153.98º | 0.67% | 0.48% | - |
| XYZ | 9.68 | 15.31 | 11.46 | - |
| YUV | 94.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 87 | 0.67 | 0 | 0.29 | 0.52 | 153.98 | 0.51 | 0.32 |
| Hex | 28 | 7B | 57 | 43 | 0 | 1D | 34 | 9A | 33 | 20 |
| Octal | 50 | 173 | 127 | 103 | 0 | 35 | 64 | 232 | 63 | 40 |
| Binary | 101000 | 1111011 | 1010111 | 1000011 | 0 | 11101 | 110100 | 10011010 | 110011 | 100000 |
Color Harmonies of #287B57
Complementary color
Monochromatic Colors of #287B57
Black with #287B57
Text Example
Text Example
White with #287B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B57; }
p { color: rgb(40,123,87); }
H1.HeaderClassName
{
color: #287B57;
}
.AnyTagClassName
{
color: #287B57;
}
</style>
background-color css
<style>
a { background-color: #287B57; }
a { background-color: rgb(40,123,87); }
div.DivClassName
{
background-color: #287B57;
}
.BgClassName
{
background-color: #287B57;
}
</style>
border-color css
<style>
span { border-color: #287B57; }
span { border-color: rgb(40,123,87); }
td.TdClassName
{
border-color: #287B57;
}
.TagClassName
{
border-color: #287B57;
}
</style>