Shades of Salem #058748
Tints of Salem #058748
RGB
CMYK
RGB Variations
Color information
#058748 (or 0x058748) is known color: Salem. HEX triplet: 05, 87 and 48. RGB value is (5,135,72). Sum of RGB (Red+Green+Blue) = 5+135+72=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #058748 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058748 is #FA78B7. Grayscale: #595959. Windows color (decimal): -16414904 or 4753157. OLE color: 4753157.
HSL color Cylindrical-coordinate representation of color #058748: hue angle of 150.92º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058748 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 72 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.47 |
| HSL | 150.92º | 0.93% | 0.27% | - |
| HSV(B) | 150.92º | 0.96% | 0.53% | - |
| XYZ | 9.9 | 17.83 | 9.05 | - |
| YUV | 88.95 | 118.43 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 72 | 0.96 | 0 | 0.47 | 0.47 | 150.92 | 0.93 | 0.27 |
| Hex | 5 | 87 | 48 | 60 | 0 | 2F | 2F | 97 | 5D | 1B |
| Octal | 5 | 207 | 110 | 140 | 0 | 57 | 57 | 227 | 135 | 33 |
| Binary | 101 | 10000111 | 1001000 | 1100000 | 0 | 101111 | 101111 | 10010111 | 1011101 | 11011 |
Color Harmonies of #058748
Complementary color
Monochromatic Colors of #058748
Black with #058748
Text Example
Text Example
White with #058748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058748; }
p { color: rgb(5,135,72); }
H1.HeaderClassName
{
color: #058748;
}
.AnyTagClassName
{
color: #058748;
}
</style>
background-color css
<style>
a { background-color: #058748; }
a { background-color: rgb(5,135,72); }
div.DivClassName
{
background-color: #058748;
}
.BgClassName
{
background-color: #058748;
}
</style>
border-color css
<style>
span { border-color: #058748; }
span { border-color: rgb(5,135,72); }
td.TdClassName
{
border-color: #058748;
}
.TagClassName
{
border-color: #058748;
}
</style>