Shades of Salem #287B58
Tints of Salem #287B58
RGB
CMYK
RGB Variations
Color information
#287B58 (or 0x287B58) is known color: Salem. HEX triplet: 28, 7B and 58. RGB value is (40,123,88). Sum of RGB (Red+Green+Blue) = 40+123+88=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #287B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B58 is #D784A7. Grayscale: #5E5E5E. Windows color (decimal): -14124200 or 5798696. OLE color: 5798696.
HSL color Cylindrical-coordinate representation of color #287B58: hue angle of 154.7º 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 #287B58 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 123 | 88 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.52 |
| HSL | 154.7º | 0.51% | 0.32% | - |
| HSV(B) | 154.7º | 0.67% | 0.48% | - |
| XYZ | 9.72 | 15.32 | 11.68 | - |
| YUV | 94.19 | 124.5 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 88 | 0.67 | 0 | 0.28 | 0.52 | 154.7 | 0.51 | 0.32 |
| Hex | 28 | 7B | 58 | 43 | 0 | 1C | 34 | 9B | 33 | 20 |
| Octal | 50 | 173 | 130 | 103 | 0 | 34 | 64 | 233 | 63 | 40 |
| Binary | 101000 | 1111011 | 1011000 | 1000011 | 0 | 11100 | 110100 | 10011011 | 110011 | 100000 |
Color Harmonies of #287B58
Complementary color
Monochromatic Colors of #287B58
Black with #287B58
Text Example
Text Example
White with #287B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B58; }
p { color: rgb(40,123,88); }
H1.HeaderClassName
{
color: #287B58;
}
.AnyTagClassName
{
color: #287B58;
}
</style>
background-color css
<style>
a { background-color: #287B58; }
a { background-color: rgb(40,123,88); }
div.DivClassName
{
background-color: #287B58;
}
.BgClassName
{
background-color: #287B58;
}
</style>
border-color css
<style>
span { border-color: #287B58; }
span { border-color: rgb(40,123,88); }
td.TdClassName
{
border-color: #287B58;
}
.TagClassName
{
border-color: #287B58;
}
</style>