Shades of Salem #097E54
Tints of Salem #097E54
RGB
CMYK
RGB Variations
Color information
#097E54 (or 0x097E54) is known color: Salem. HEX triplet: 09, 7E and 54. RGB value is (9,126,84). Sum of RGB (Red+Green+Blue) = 9+126+84=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 126 (49.61% from 255 or 57.53% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 126 - color contains mainly: green. Hex color #097E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #097E54 is #F681AB. Grayscale: #565656. Windows color (decimal): -16155052 or 5537289. OLE color: 5537289.
HSL color Cylindrical-coordinate representation of color #097E54: hue angle of 158.46º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097E54 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 126 | 84 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.51 |
| HSL | 158.46º | 0.87% | 0.26% | - |
| HSV(B) | 158.46º | 0.93% | 0.49% | - |
| XYZ | 9.17 | 15.62 | 10.92 | - |
| YUV | 86.23 | 126.74 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 126 | 84 | 0.93 | 0 | 0.33 | 0.51 | 158.46 | 0.87 | 0.26 |
| Hex | 9 | 7E | 54 | 5D | 0 | 21 | 33 | 9E | 57 | 1A |
| Octal | 11 | 176 | 124 | 135 | 0 | 41 | 63 | 236 | 127 | 32 |
| Binary | 1001 | 1111110 | 1010100 | 1011101 | 0 | 100001 | 110011 | 10011110 | 1010111 | 11010 |
Color Harmonies of #097E54
Complementary color
Monochromatic Colors of #097E54
Black with #097E54
Text Example
Text Example
White with #097E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097E54; }
p { color: rgb(9,126,84); }
H1.HeaderClassName
{
color: #097E54;
}
.AnyTagClassName
{
color: #097E54;
}
</style>
background-color css
<style>
a { background-color: #097E54; }
a { background-color: rgb(9,126,84); }
div.DivClassName
{
background-color: #097E54;
}
.BgClassName
{
background-color: #097E54;
}
</style>
border-color css
<style>
span { border-color: #097E54; }
span { border-color: rgb(9,126,84); }
td.TdClassName
{
border-color: #097E54;
}
.TagClassName
{
border-color: #097E54;
}
</style>