Shades of Salem #0B8558
Tints of Salem #0B8558
RGB
CMYK
RGB Variations
Color information
#0B8558 (or 0x0B8558) is known color: Salem. HEX triplet: 0B, 85 and 58. RGB value is (11,133,88). Sum of RGB (Red+Green+Blue) = 11+133+88=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #0B8558 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8558 is #F47AA7. Grayscale: #5B5B5B. Windows color (decimal): -16022184 or 5801227. OLE color: 5801227.
HSL color Cylindrical-coordinate representation of color #0B8558: hue angle of 157.87º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8558 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 88 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.48 |
| HSL | 157.87º | 0.85% | 0.28% | - |
| HSV(B) | 157.87º | 0.92% | 0.52% | - |
| XYZ | 10.29 | 17.55 | 12.08 | - |
| YUV | 91.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 88 | 0.92 | 0 | 0.34 | 0.48 | 157.87 | 0.85 | 0.28 |
| Hex | B | 85 | 58 | 5C | 0 | 22 | 30 | 9E | 55 | 1C |
| Octal | 13 | 205 | 130 | 134 | 0 | 42 | 60 | 236 | 125 | 34 |
| Binary | 1011 | 10000101 | 1011000 | 1011100 | 0 | 100010 | 110000 | 10011110 | 1010101 | 11100 |
Color Harmonies of #0B8558
Complementary color
Monochromatic Colors of #0B8558
Black with #0B8558
Text Example
Text Example
White with #0B8558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8558; }
p { color: rgb(11,133,88); }
H1.HeaderClassName
{
color: #0B8558;
}
.AnyTagClassName
{
color: #0B8558;
}
</style>
background-color css
<style>
a { background-color: #0B8558; }
a { background-color: rgb(11,133,88); }
div.DivClassName
{
background-color: #0B8558;
}
.BgClassName
{
background-color: #0B8558;
}
</style>
border-color css
<style>
span { border-color: #0B8558; }
span { border-color: rgb(11,133,88); }
td.TdClassName
{
border-color: #0B8558;
}
.TagClassName
{
border-color: #0B8558;
}
</style>