Shades of Salem #058151
Tints of Salem #058151
RGB
CMYK
RGB Variations
Color information
#058151 (or 0x058151) is known color: Salem. HEX triplet: 05, 81 and 51. RGB value is (5,129,81). Sum of RGB (Red+Green+Blue) = 5+129+81=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #058151 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058151 is #FA7EAE. Grayscale: #565656. Windows color (decimal): -16416431 or 5341445. OLE color: 5341445.
HSL color Cylindrical-coordinate representation of color #058151: hue angle of 156.77º 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 #058151 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 129 | 81 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.49 |
| HSL | 156.77º | 0.93% | 0.26% | - |
| HSV(B) | 156.77º | 0.96% | 0.51% | - |
| XYZ | 9.4 | 16.33 | 10.44 | - |
| YUV | 86.45 | 124.92 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 129 | 81 | 0.96 | 0 | 0.37 | 0.49 | 156.77 | 0.93 | 0.26 |
| Hex | 5 | 81 | 51 | 60 | 0 | 25 | 31 | 9D | 5D | 1A |
| Octal | 5 | 201 | 121 | 140 | 0 | 45 | 61 | 235 | 135 | 32 |
| Binary | 101 | 10000001 | 1010001 | 1100000 | 0 | 100101 | 110001 | 10011101 | 1011101 | 11010 |
Color Harmonies of #058151
Complementary color
Monochromatic Colors of #058151
Black with #058151
Text Example
Text Example
White with #058151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058151; }
p { color: rgb(5,129,81); }
H1.HeaderClassName
{
color: #058151;
}
.AnyTagClassName
{
color: #058151;
}
</style>
background-color css
<style>
a { background-color: #058151; }
a { background-color: rgb(5,129,81); }
div.DivClassName
{
background-color: #058151;
}
.BgClassName
{
background-color: #058151;
}
</style>
border-color css
<style>
span { border-color: #058151; }
span { border-color: rgb(5,129,81); }
td.TdClassName
{
border-color: #058151;
}
.TagClassName
{
border-color: #058151;
}
</style>