Shades of Salem #05893D
Tints of Salem #05893D
RGB
CMYK
RGB Variations
Color information
#05893D (or 0x05893D) is known color: Salem. HEX triplet: 05, 89 and 3D. RGB value is (5,137,61). Sum of RGB (Red+Green+Blue) = 5+137+61=203 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.46% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #05893D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05893D is #FA76C2. Grayscale: #595959. Windows color (decimal): -16414403 or 4032773. OLE color: 4032773.
HSL color Cylindrical-coordinate representation of color #05893D: hue angle of 145.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05893D is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 61 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.46 |
| HSL | 145.45º | 0.93% | 0.28% | - |
| HSV(B) | 145.45º | 0.96% | 0.54% | - |
| XYZ | 9.85 | 18.26 | 7.42 | - |
| YUV | 88.87 | 112.27 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 61 | 0.96 | 0 | 0.55 | 0.46 | 145.45 | 0.93 | 0.28 |
| Hex | 5 | 89 | 3D | 60 | 0 | 37 | 2E | 91 | 5D | 1C |
| Octal | 5 | 211 | 75 | 140 | 0 | 67 | 56 | 221 | 135 | 34 |
| Binary | 101 | 10001001 | 111101 | 1100000 | 0 | 110111 | 101110 | 10010001 | 1011101 | 11100 |
Color Harmonies of #05893D
Complementary color
Monochromatic Colors of #05893D
Black with #05893D
Text Example
Text Example
White with #05893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05893D; }
p { color: rgb(5,137,61); }
H1.HeaderClassName
{
color: #05893D;
}
.AnyTagClassName
{
color: #05893D;
}
</style>
background-color css
<style>
a { background-color: #05893D; }
a { background-color: rgb(5,137,61); }
div.DivClassName
{
background-color: #05893D;
}
.BgClassName
{
background-color: #05893D;
}
</style>
border-color css
<style>
span { border-color: #05893D; }
span { border-color: rgb(5,137,61); }
td.TdClassName
{
border-color: #05893D;
}
.TagClassName
{
border-color: #05893D;
}
</style>