Shades of Salem #287B5A
Tints of Salem #287B5A
RGB
CMYK
RGB Variations
Color information
#287B5A (or 0x287B5A) is known color: Salem. HEX triplet: 28, 7B and 5A. RGB value is (40,123,90). Sum of RGB (Red+Green+Blue) = 40+123+90=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 123 (48.44% from 255 or 48.62% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 123 - color contains mainly: green. Hex color #287B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B5A is #D784A5. Grayscale: #5E5E5E. Windows color (decimal): -14124198 or 5929768. OLE color: 5929768.
HSL color Cylindrical-coordinate representation of color #287B5A: hue angle of 156.14º 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 #287B5A is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 123 | 90 | - |
| CMYK | 0.67 | 0 | 0.27 | 0.52 |
| HSL | 156.14º | 0.51% | 0.32% | - |
| HSV(B) | 156.14º | 0.67% | 0.48% | - |
| XYZ | 9.8 | 15.36 | 12.12 | - |
| YUV | 94.42 | 125.5 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 123 | 90 | 0.67 | 0 | 0.27 | 0.52 | 156.14 | 0.51 | 0.32 |
| Hex | 28 | 7B | 5A | 43 | 0 | 1B | 34 | 9C | 33 | 20 |
| Octal | 50 | 173 | 132 | 103 | 0 | 33 | 64 | 234 | 63 | 40 |
| Binary | 101000 | 1111011 | 1011010 | 1000011 | 0 | 11011 | 110100 | 10011100 | 110011 | 100000 |
Color Harmonies of #287B5A
Complementary color
Monochromatic Colors of #287B5A
Black with #287B5A
Text Example
Text Example
White with #287B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #287B5A; }
p { color: rgb(40,123,90); }
H1.HeaderClassName
{
color: #287B5A;
}
.AnyTagClassName
{
color: #287B5A;
}
</style>
background-color css
<style>
a { background-color: #287B5A; }
a { background-color: rgb(40,123,90); }
div.DivClassName
{
background-color: #287B5A;
}
.BgClassName
{
background-color: #287B5A;
}
</style>
border-color css
<style>
span { border-color: #287B5A; }
span { border-color: rgb(40,123,90); }
td.TdClassName
{
border-color: #287B5A;
}
.TagClassName
{
border-color: #287B5A;
}
</style>