Shades of Salem #058944
Tints of Salem #058944
RGB
CMYK
RGB Variations
Color information
#058944 (or 0x058944) is known color: Salem. HEX triplet: 05, 89 and 44. RGB value is (5,137,68). Sum of RGB (Red+Green+Blue) = 5+137+68=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 137 (53.91% from 255 or 65.24% from 210); Blue value is 68 (26.95% from 255 or 32.38% from 210); Max value from RGB is 137 - color contains mainly: green. Hex color #058944 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058944 is #FA76BB. Grayscale: #595959. Windows color (decimal): -16414396 or 4491525. OLE color: 4491525.
HSL color Cylindrical-coordinate representation of color #058944: hue angle of 148.64º 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 #058944 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 68 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.46 |
| HSL | 148.64º | 0.93% | 0.28% | - |
| HSV(B) | 148.64º | 0.96% | 0.54% | - |
| XYZ | 10.05 | 18.34 | 8.48 | - |
| YUV | 89.67 | 115.77 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 68 | 0.96 | 0 | 0.50 | 0.46 | 148.64 | 0.93 | 0.28 |
| Hex | 5 | 89 | 44 | 60 | 0 | 32 | 2E | 95 | 5D | 1C |
| Octal | 5 | 211 | 104 | 140 | 0 | 62 | 56 | 225 | 135 | 34 |
| Binary | 101 | 10001001 | 1000100 | 1100000 | 0 | 110010 | 101110 | 10010101 | 1011101 | 11100 |
Color Harmonies of #058944
Complementary color
Monochromatic Colors of #058944
Black with #058944
Text Example
Text Example
White with #058944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058944; }
p { color: rgb(5,137,68); }
H1.HeaderClassName
{
color: #058944;
}
.AnyTagClassName
{
color: #058944;
}
</style>
background-color css
<style>
a { background-color: #058944; }
a { background-color: rgb(5,137,68); }
div.DivClassName
{
background-color: #058944;
}
.BgClassName
{
background-color: #058944;
}
</style>
border-color css
<style>
span { border-color: #058944; }
span { border-color: rgb(5,137,68); }
td.TdClassName
{
border-color: #058944;
}
.TagClassName
{
border-color: #058944;
}
</style>