Shades of Salem #058B39
Tints of Salem #058B39
RGB
CMYK
RGB Variations
Color information
#058B39 (or 0x058B39) is known color: Salem. HEX triplet: 05, 8B and 39. RGB value is (5,139,57). Sum of RGB (Red+Green+Blue) = 5+139+57=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 139 (54.69% from 255 or 69.15% from 201); Blue value is 57 (22.66% from 255 or 28.36% from 201); Max value from RGB is 139 - color contains mainly: green. Hex color #058B39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058B39 is #FA74C6. Grayscale: #595959. Windows color (decimal): -16413895 or 3771141. OLE color: 3771141.
HSL color Cylindrical-coordinate representation of color #058B39: hue angle of 143.28º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058B39 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 139 | 57 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.45 |
| HSL | 143.28º | 0.93% | 0.28% | - |
| HSV(B) | 143.28º | 0.96% | 0.55% | - |
| XYZ | 10.03 | 18.79 | 6.97 | - |
| YUV | 89.59 | 109.61 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 139 | 57 | 0.96 | 0 | 0.59 | 0.45 | 143.28 | 0.93 | 0.28 |
| Hex | 5 | 8B | 39 | 60 | 0 | 3B | 2D | 8F | 5D | 1C |
| Octal | 5 | 213 | 71 | 140 | 0 | 73 | 55 | 217 | 135 | 34 |
| Binary | 101 | 10001011 | 111001 | 1100000 | 0 | 111011 | 101101 | 10001111 | 1011101 | 11100 |
Color Harmonies of #058B39
Complementary color
Monochromatic Colors of #058B39
Black with #058B39
Text Example
Text Example
White with #058B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058B39; }
p { color: rgb(5,139,57); }
H1.HeaderClassName
{
color: #058B39;
}
.AnyTagClassName
{
color: #058B39;
}
</style>
background-color css
<style>
a { background-color: #058B39; }
a { background-color: rgb(5,139,57); }
div.DivClassName
{
background-color: #058B39;
}
.BgClassName
{
background-color: #058B39;
}
</style>
border-color css
<style>
span { border-color: #058B39; }
span { border-color: rgb(5,139,57); }
td.TdClassName
{
border-color: #058B39;
}
.TagClassName
{
border-color: #058B39;
}
</style>