Shades of Salem #058A43
Tints of Salem #058A43
RGB
CMYK
RGB Variations
Color information
#058A43 (or 0x058A43) is known color: Salem. HEX triplet: 05, 8A and 43. RGB value is (5,138,67). Sum of RGB (Red+Green+Blue) = 5+138+67=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #058A43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058A43 is #FA75BC. Grayscale: #5A5A5A. Windows color (decimal): -16414141 or 4426245. OLE color: 4426245.
HSL color Cylindrical-coordinate representation of color #058A43: hue angle of 147.97º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058A43 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 138 | 67 | - |
| CMYK | 0.96 | 0 | 0.51 | 0.46 |
| HSL | 147.97º | 0.93% | 0.28% | - |
| HSV(B) | 147.97º | 0.96% | 0.54% | - |
| XYZ | 10.16 | 18.61 | 8.37 | - |
| YUV | 90.14 | 114.94 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 138 | 67 | 0.96 | 0 | 0.51 | 0.46 | 147.97 | 0.93 | 0.28 |
| Hex | 5 | 8A | 43 | 60 | 0 | 33 | 2E | 94 | 5D | 1C |
| Octal | 5 | 212 | 103 | 140 | 0 | 63 | 56 | 224 | 135 | 34 |
| Binary | 101 | 10001010 | 1000011 | 1100000 | 0 | 110011 | 101110 | 10010100 | 1011101 | 11100 |
Color Harmonies of #058A43
Complementary color
Monochromatic Colors of #058A43
Black with #058A43
Text Example
Text Example
White with #058A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058A43; }
p { color: rgb(5,138,67); }
H1.HeaderClassName
{
color: #058A43;
}
.AnyTagClassName
{
color: #058A43;
}
</style>
background-color css
<style>
a { background-color: #058A43; }
a { background-color: rgb(5,138,67); }
div.DivClassName
{
background-color: #058A43;
}
.BgClassName
{
background-color: #058A43;
}
</style>
border-color css
<style>
span { border-color: #058A43; }
span { border-color: rgb(5,138,67); }
td.TdClassName
{
border-color: #058A43;
}
.TagClassName
{
border-color: #058A43;
}
</style>