Shades of Salem #058C48
Tints of Salem #058C48
RGB
CMYK
RGB Variations
Color information
#058C48 (or 0x058C48) is known color: Salem. HEX triplet: 05, 8C and 48. RGB value is (5,140,72). Sum of RGB (Red+Green+Blue) = 5+140+72=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 140 (55.08% from 255 or 64.52% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 140 - color contains mainly: green. Hex color #058C48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058C48 is #FA73B7. Grayscale: #5C5C5C. Windows color (decimal): -16413624 or 4754437. OLE color: 4754437.
HSL color Cylindrical-coordinate representation of color #058C48: hue angle of 149.78º 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 #058C48 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 5 | 140 | 72 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.45 |
| HSL | 149.78º | 0.93% | 0.28% | - |
| HSV(B) | 149.78º | 0.96% | 0.55% | - |
| XYZ | 10.61 | 19.26 | 9.29 | - |
| YUV | 91.88 | 116.77 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 72 | 0.96 | 0 | 0.49 | 0.45 | 149.78 | 0.93 | 0.28 |
| Hex | 5 | 8C | 48 | 60 | 0 | 31 | 2D | 96 | 5D | 1C |
| Octal | 5 | 214 | 110 | 140 | 0 | 61 | 55 | 226 | 135 | 34 |
| Binary | 101 | 10001100 | 1001000 | 1100000 | 0 | 110001 | 101101 | 10010110 | 1011101 | 11100 |
Color Harmonies of #058C48
Complementary color
Monochromatic Colors of #058C48
Black with #058C48
Text Example
Text Example
White with #058C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058C48; }
p { color: rgb(5,140,72); }
H1.HeaderClassName
{
color: #058C48;
}
.AnyTagClassName
{
color: #058C48;
}
</style>
background-color css
<style>
a { background-color: #058C48; }
a { background-color: rgb(5,140,72); }
div.DivClassName
{
background-color: #058C48;
}
.BgClassName
{
background-color: #058C48;
}
</style>
border-color css
<style>
span { border-color: #058C48; }
span { border-color: rgb(5,140,72); }
td.TdClassName
{
border-color: #058C48;
}
.TagClassName
{
border-color: #058C48;
}
</style>