Shades of Salem #098253
Tints of Salem #098253
RGB
CMYK
RGB Variations
Color information
#098253 (or 0x098253) is known color: Salem. HEX triplet: 09, 82 and 53. RGB value is (9,130,83). Sum of RGB (Red+Green+Blue) = 9+130+83=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #098253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098253 is #F67DAC. Grayscale: #585858. Windows color (decimal): -16154029 or 5472777. OLE color: 5472777.
HSL color Cylindrical-coordinate representation of color #098253: hue angle of 156.69º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098253 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 9 | 130 | 83 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.49 |
| HSL | 156.69º | 0.87% | 0.27% | - |
| HSV(B) | 156.69º | 0.93% | 0.51% | - |
| XYZ | 9.66 | 16.65 | 10.89 | - |
| YUV | 88.46 | 124.91 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 130 | 83 | 0.93 | 0 | 0.36 | 0.49 | 156.69 | 0.87 | 0.27 |
| Hex | 9 | 82 | 53 | 5D | 0 | 24 | 31 | 9D | 57 | 1B |
| Octal | 11 | 202 | 123 | 135 | 0 | 44 | 61 | 235 | 127 | 33 |
| Binary | 1001 | 10000010 | 1010011 | 1011101 | 0 | 100100 | 110001 | 10011101 | 1010111 | 11011 |
Color Harmonies of #098253
Complementary color
Monochromatic Colors of #098253
Black with #098253
Text Example
Text Example
White with #098253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098253; }
p { color: rgb(9,130,83); }
H1.HeaderClassName
{
color: #098253;
}
.AnyTagClassName
{
color: #098253;
}
</style>
background-color css
<style>
a { background-color: #098253; }
a { background-color: rgb(9,130,83); }
div.DivClassName
{
background-color: #098253;
}
.BgClassName
{
background-color: #098253;
}
</style>
border-color css
<style>
span { border-color: #098253; }
span { border-color: rgb(9,130,83); }
td.TdClassName
{
border-color: #098253;
}
.TagClassName
{
border-color: #098253;
}
</style>