Shades of Salem #05893C
Tints of Salem #05893C
RGB
CMYK
RGB Variations
Color information
#05893C (or 0x05893C) is known color: Salem. HEX triplet: 05, 89 and 3C. RGB value is (5,137,60). Sum of RGB (Red+Green+Blue) = 5+137+60=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 137 (53.91% from 255 or 67.82% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 137 - color contains mainly: green. Hex color #05893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05893C is #FA76C3. Grayscale: #585858. Windows color (decimal): -16414404 or 3967237. OLE color: 3967237.
HSL color Cylindrical-coordinate representation of color #05893C: hue angle of 145º 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 #05893C is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 60 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.46 |
| HSL | 145º | 0.93% | 0.28% | - |
| HSV(B) | 145º | 0.96% | 0.54% | - |
| XYZ | 9.82 | 18.25 | 7.28 | - |
| YUV | 88.75 | 111.77 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 60 | 0.96 | 0 | 0.56 | 0.46 | 145 | 0.93 | 0.28 |
| Hex | 5 | 89 | 3C | 60 | 0 | 38 | 2E | 91 | 5D | 1C |
| Octal | 5 | 211 | 74 | 140 | 0 | 70 | 56 | 221 | 135 | 34 |
| Binary | 101 | 10001001 | 111100 | 1100000 | 0 | 111000 | 101110 | 10010001 | 1011101 | 11100 |
Color Harmonies of #05893C
Complementary color
Monochromatic Colors of #05893C
Black with #05893C
Text Example
Text Example
White with #05893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05893C; }
p { color: rgb(5,137,60); }
H1.HeaderClassName
{
color: #05893C;
}
.AnyTagClassName
{
color: #05893C;
}
</style>
background-color css
<style>
a { background-color: #05893C; }
a { background-color: rgb(5,137,60); }
div.DivClassName
{
background-color: #05893C;
}
.BgClassName
{
background-color: #05893C;
}
</style>
border-color css
<style>
span { border-color: #05893C; }
span { border-color: rgb(5,137,60); }
td.TdClassName
{
border-color: #05893C;
}
.TagClassName
{
border-color: #05893C;
}
</style>