Shades of Salem #058148
Tints of Salem #058148
RGB
CMYK
RGB Variations
Color information
#058148 (or 0x058148) is known color: Salem. HEX triplet: 05, 81 and 48. RGB value is (5,129,72). Sum of RGB (Red+Green+Blue) = 5+129+72=206 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.43% from 206); Green value is 129 (50.78% from 255 or 62.62% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 129 - color contains mainly: green. Hex color #058148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058148 is #FA7EB7. Grayscale: #555555. Windows color (decimal): -16416440 or 4751621. OLE color: 4751621.
HSL color Cylindrical-coordinate representation of color #058148: hue angle of 152.42º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058148 is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 72 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.49 |
| HSL | 152.42º | 0.93% | 0.26% | - |
| HSV(B) | 152.42º | 0.96% | 0.51% | - |
| XYZ | 9.08 | 16.2 | 8.78 | - |
| YUV | 85.43 | 120.42 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 72 | 0.96 | 0 | 0.44 | 0.49 | 152.42 | 0.93 | 0.26 |
| Hex | 5 | 81 | 48 | 60 | 0 | 2C | 31 | 98 | 5D | 1A |
| Octal | 5 | 201 | 110 | 140 | 0 | 54 | 61 | 230 | 135 | 32 |
| Binary | 101 | 10000001 | 1001000 | 1100000 | 0 | 101100 | 110001 | 10011000 | 1011101 | 11010 |
Color Harmonies of #058148
Complementary color
Monochromatic Colors of #058148
Black with #058148
Text Example
Text Example
White with #058148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058148; }
p { color: rgb(5,129,72); }
H1.HeaderClassName
{
color: #058148;
}
.AnyTagClassName
{
color: #058148;
}
</style>
background-color css
<style>
a { background-color: #058148; }
a { background-color: rgb(5,129,72); }
div.DivClassName
{
background-color: #058148;
}
.BgClassName
{
background-color: #058148;
}
</style>
border-color css
<style>
span { border-color: #058148; }
span { border-color: rgb(5,129,72); }
td.TdClassName
{
border-color: #058148;
}
.TagClassName
{
border-color: #058148;
}
</style>