Shades of Salem #098558
Tints of Salem #098558
RGB
CMYK
RGB Variations
Color information
#098558 (or 0x098558) is known color: Salem. HEX triplet: 09, 85 and 58. RGB value is (9,133,88). Sum of RGB (Red+Green+Blue) = 9+133+88=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 133 (52.34% from 255 or 57.83% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 133 - color contains mainly: green. Hex color #098558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098558 is #F67AA7. Grayscale: #5A5A5A. Windows color (decimal): -16153256 or 5801225. OLE color: 5801225.
HSL color Cylindrical-coordinate representation of color #098558: hue angle of 158.23º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098558 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 133 | 88 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.48 |
| HSL | 158.23º | 0.87% | 0.28% | - |
| HSV(B) | 158.23º | 0.93% | 0.52% | - |
| XYZ | 10.26 | 17.54 | 12.08 | - |
| YUV | 90.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 88 | 0.93 | 0 | 0.34 | 0.48 | 158.23 | 0.87 | 0.28 |
| Hex | 9 | 85 | 58 | 5D | 0 | 22 | 30 | 9E | 57 | 1C |
| Octal | 11 | 205 | 130 | 135 | 0 | 42 | 60 | 236 | 127 | 34 |
| Binary | 1001 | 10000101 | 1011000 | 1011101 | 0 | 100010 | 110000 | 10011110 | 1010111 | 11100 |
Color Harmonies of #098558
Complementary color
Monochromatic Colors of #098558
Black with #098558
Text Example
Text Example
White with #098558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098558; }
p { color: rgb(9,133,88); }
H1.HeaderClassName
{
color: #098558;
}
.AnyTagClassName
{
color: #098558;
}
</style>
background-color css
<style>
a { background-color: #098558; }
a { background-color: rgb(9,133,88); }
div.DivClassName
{
background-color: #098558;
}
.BgClassName
{
background-color: #098558;
}
</style>
border-color css
<style>
span { border-color: #098558; }
span { border-color: rgb(9,133,88); }
td.TdClassName
{
border-color: #098558;
}
.TagClassName
{
border-color: #098558;
}
</style>