Shades of Salem #087D53
Tints of Salem #087D53
RGB
CMYK
RGB Variations
Color information
#087D53 (or 0x087D53) is known color: Salem. HEX triplet: 08, 7D and 53. RGB value is (8,125,83). Sum of RGB (Red+Green+Blue) = 8+125+83=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #087D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087D53 is #F782AC. Grayscale: #555555. Windows color (decimal): -16220845 or 5471496. OLE color: 5471496.
HSL color Cylindrical-coordinate representation of color #087D53: hue angle of 158.46º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087D53 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 125 | 83 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.51 |
| HSL | 158.46º | 0.88% | 0.26% | - |
| HSV(B) | 158.46º | 0.94% | 0.49% | - |
| XYZ | 9 | 15.34 | 10.67 | - |
| YUV | 85.23 | 126.74 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 125 | 83 | 0.94 | 0 | 0.34 | 0.51 | 158.46 | 0.88 | 0.26 |
| Hex | 8 | 7D | 53 | 5E | 0 | 22 | 33 | 9E | 58 | 1A |
| Octal | 10 | 175 | 123 | 136 | 0 | 42 | 63 | 236 | 130 | 32 |
| Binary | 1000 | 1111101 | 1010011 | 1011110 | 0 | 100010 | 110011 | 10011110 | 1011000 | 11010 |
Color Harmonies of #087D53
Complementary color
Monochromatic Colors of #087D53
Black with #087D53
Text Example
Text Example
White with #087D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087D53; }
p { color: rgb(8,125,83); }
H1.HeaderClassName
{
color: #087D53;
}
.AnyTagClassName
{
color: #087D53;
}
</style>
background-color css
<style>
a { background-color: #087D53; }
a { background-color: rgb(8,125,83); }
div.DivClassName
{
background-color: #087D53;
}
.BgClassName
{
background-color: #087D53;
}
</style>
border-color css
<style>
span { border-color: #087D53; }
span { border-color: rgb(8,125,83); }
td.TdClassName
{
border-color: #087D53;
}
.TagClassName
{
border-color: #087D53;
}
</style>