Shades of Salem #05834D
Tints of Salem #05834D
RGB
CMYK
RGB Variations
Color information
#05834D (or 0x05834D) is known color: Salem. HEX triplet: 05, 83 and 4D. RGB value is (5,131,77). Sum of RGB (Red+Green+Blue) = 5+131+77=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #05834D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05834D is #FA7CB2. Grayscale: #575757. Windows color (decimal): -16415923 or 5079813. OLE color: 5079813.
HSL color Cylindrical-coordinate representation of color #05834D: hue angle of 154.29º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05834D is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 131 | 77 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.49 |
| HSL | 154.29º | 0.93% | 0.27% | - |
| HSV(B) | 154.29º | 0.96% | 0.51% | - |
| XYZ | 9.52 | 16.8 | 9.76 | - |
| YUV | 87.17 | 122.26 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 131 | 77 | 0.96 | 0 | 0.41 | 0.49 | 154.29 | 0.93 | 0.27 |
| Hex | 5 | 83 | 4D | 60 | 0 | 29 | 31 | 9A | 5D | 1B |
| Octal | 5 | 203 | 115 | 140 | 0 | 51 | 61 | 232 | 135 | 33 |
| Binary | 101 | 10000011 | 1001101 | 1100000 | 0 | 101001 | 110001 | 10011010 | 1011101 | 11011 |
Color Harmonies of #05834D
Complementary color
Monochromatic Colors of #05834D
Black with #05834D
Text Example
Text Example
White with #05834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05834D; }
p { color: rgb(5,131,77); }
H1.HeaderClassName
{
color: #05834D;
}
.AnyTagClassName
{
color: #05834D;
}
</style>
background-color css
<style>
a { background-color: #05834D; }
a { background-color: rgb(5,131,77); }
div.DivClassName
{
background-color: #05834D;
}
.BgClassName
{
background-color: #05834D;
}
</style>
border-color css
<style>
span { border-color: #05834D; }
span { border-color: rgb(5,131,77); }
td.TdClassName
{
border-color: #05834D;
}
.TagClassName
{
border-color: #05834D;
}
</style>