Shades of Salem #087F55
Tints of Salem #087F55
RGB
CMYK
RGB Variations
Color information
#087F55 (or 0x087F55) is known color: Salem. HEX triplet: 08, 7F and 55. RGB value is (8,127,85). Sum of RGB (Red+Green+Blue) = 8+127+85=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #087F55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087F55 is #F780AA. Grayscale: #565656. Windows color (decimal): -16220331 or 5603080. OLE color: 5603080.
HSL color Cylindrical-coordinate representation of color #087F55: hue angle of 158.82º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087F55 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 8 | 127 | 85 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.50 |
| HSL | 158.82º | 0.88% | 0.26% | - |
| HSV(B) | 158.82º | 0.94% | 0.5% | - |
| XYZ | 9.33 | 15.89 | 11.17 | - |
| YUV | 86.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 127 | 85 | 0.94 | 0 | 0.33 | 0.50 | 158.82 | 0.88 | 0.26 |
| Hex | 8 | 7F | 55 | 5E | 0 | 21 | 32 | 9F | 58 | 1A |
| Octal | 10 | 177 | 125 | 136 | 0 | 41 | 62 | 237 | 130 | 32 |
| Binary | 1000 | 1111111 | 1010101 | 1011110 | 0 | 100001 | 110010 | 10011111 | 1011000 | 11010 |
Color Harmonies of #087F55
Complementary color
Monochromatic Colors of #087F55
Black with #087F55
Text Example
Text Example
White with #087F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #087F55; }
p { color: rgb(8,127,85); }
H1.HeaderClassName
{
color: #087F55;
}
.AnyTagClassName
{
color: #087F55;
}
</style>
background-color css
<style>
a { background-color: #087F55; }
a { background-color: rgb(8,127,85); }
div.DivClassName
{
background-color: #087F55;
}
.BgClassName
{
background-color: #087F55;
}
</style>
border-color css
<style>
span { border-color: #087F55; }
span { border-color: rgb(8,127,85); }
td.TdClassName
{
border-color: #087F55;
}
.TagClassName
{
border-color: #087F55;
}
</style>