Shades of Salem #287B59
Tints of Salem #287B59
RGB
CMYK
RGB Variations
Color information
#287B59 (or 0x287B59) is known color: Salem. HEX triplet: 28, 7B and 59. RGB value is (40,123,89). Sum of RGB (Red+Green+Blue) = 40+123+89=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #287B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B59 is #D784A6. Grayscale: #5E5E5E. Windows color (decimal): -14124199 or 5864232. OLE color: 5864232.
HSL color Cylindrical-coordinate representation of color #287B59: hue angle of 155.42º 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 #287B59 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 123 | 89 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.52 |
| HSL | 155.42º | 0.51% | 0.32% | - |
| HSV(B) | 155.42º | 0.67% | 0.48% | - |
| XYZ | 9.76 | 15.34 | 11.9 | - |
| YUV | 94.31 | 125 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 89 | 0.67 | 0 | 0.28 | 0.52 | 155.42 | 0.51 | 0.32 |
| Hex | 28 | 7B | 59 | 43 | 0 | 1C | 34 | 9B | 33 | 20 |
| Octal | 50 | 173 | 131 | 103 | 0 | 34 | 64 | 233 | 63 | 40 |
| Binary | 101000 | 1111011 | 1011001 | 1000011 | 0 | 11100 | 110100 | 10011011 | 110011 | 100000 |
Color Harmonies of #287B59
Complementary color
Monochromatic Colors of #287B59
Black with #287B59
Text Example
Text Example
White with #287B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B59; }
p { color: rgb(40,123,89); }
H1.HeaderClassName
{
color: #287B59;
}
.AnyTagClassName
{
color: #287B59;
}
</style>
background-color css
<style>
a { background-color: #287B59; }
a { background-color: rgb(40,123,89); }
div.DivClassName
{
background-color: #287B59;
}
.BgClassName
{
background-color: #287B59;
}
</style>
border-color css
<style>
span { border-color: #287B59; }
span { border-color: rgb(40,123,89); }
td.TdClassName
{
border-color: #287B59;
}
.TagClassName
{
border-color: #287B59;
}
</style>