Shades of Salem #05873B
Tints of Salem #05873B
RGB
CMYK
RGB Variations
Color information
#05873B (or 0x05873B) is known color: Salem. HEX triplet: 05, 87 and 3B. RGB value is (5,135,59). Sum of RGB (Red+Green+Blue) = 5+135+59=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #05873B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05873B is #FA78C4. Grayscale: #575757. Windows color (decimal): -16414917 or 3901189. OLE color: 3901189.
HSL color Cylindrical-coordinate representation of color #05873B: hue angle of 144.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 #05873B is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 135 | 59 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.47 |
| HSL | 144.92º | 0.93% | 0.27% | - |
| HSV(B) | 144.92º | 0.96% | 0.53% | - |
| XYZ | 9.52 | 17.68 | 7.05 | - |
| YUV | 87.47 | 111.93 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 135 | 59 | 0.96 | 0 | 0.56 | 0.47 | 144.92 | 0.93 | 0.27 |
| Hex | 5 | 87 | 3B | 60 | 0 | 38 | 2F | 91 | 5D | 1B |
| Octal | 5 | 207 | 73 | 140 | 0 | 70 | 57 | 221 | 135 | 33 |
| Binary | 101 | 10000111 | 111011 | 1100000 | 0 | 111000 | 101111 | 10010001 | 1011101 | 11011 |
Color Harmonies of #05873B
Complementary color
Monochromatic Colors of #05873B
Black with #05873B
Text Example
Text Example
White with #05873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05873B; }
p { color: rgb(5,135,59); }
H1.HeaderClassName
{
color: #05873B;
}
.AnyTagClassName
{
color: #05873B;
}
</style>
background-color css
<style>
a { background-color: #05873B; }
a { background-color: rgb(5,135,59); }
div.DivClassName
{
background-color: #05873B;
}
.BgClassName
{
background-color: #05873B;
}
</style>
border-color css
<style>
span { border-color: #05873B; }
span { border-color: rgb(5,135,59); }
td.TdClassName
{
border-color: #05873B;
}
.TagClassName
{
border-color: #05873B;
}
</style>