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