Shades of Salem #05894A
Tints of Salem #05894A
RGB
CMYK
RGB Variations
Color information
#05894A (or 0x05894A) is known color: Salem. HEX triplet: 05, 89 and 4A. RGB value is (5,137,74). Sum of RGB (Red+Green+Blue) = 5+137+74=216 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.31% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #05894A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05894A is #FA76B5. Grayscale: #5A5A5A. Windows color (decimal): -16414390 or 4884741. OLE color: 4884741.
HSL color Cylindrical-coordinate representation of color #05894A: hue angle of 151.36º 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 #05894A is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 74 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.46 |
| HSL | 151.36º | 0.93% | 0.28% | - |
| HSV(B) | 151.36º | 0.96% | 0.54% | - |
| XYZ | 10.24 | 18.42 | 9.49 | - |
| YUV | 90.35 | 118.77 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 74 | 0.96 | 0 | 0.46 | 0.46 | 151.36 | 0.93 | 0.28 |
| Hex | 5 | 89 | 4A | 60 | 0 | 2E | 2E | 97 | 5D | 1C |
| Octal | 5 | 211 | 112 | 140 | 0 | 56 | 56 | 227 | 135 | 34 |
| Binary | 101 | 10001001 | 1001010 | 1100000 | 0 | 101110 | 101110 | 10010111 | 1011101 | 11100 |
Color Harmonies of #05894A
Complementary color
Monochromatic Colors of #05894A
Black with #05894A
Text Example
Text Example
White with #05894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05894A; }
p { color: rgb(5,137,74); }
H1.HeaderClassName
{
color: #05894A;
}
.AnyTagClassName
{
color: #05894A;
}
</style>
background-color css
<style>
a { background-color: #05894A; }
a { background-color: rgb(5,137,74); }
div.DivClassName
{
background-color: #05894A;
}
.BgClassName
{
background-color: #05894A;
}
</style>
border-color css
<style>
span { border-color: #05894A; }
span { border-color: rgb(5,137,74); }
td.TdClassName
{
border-color: #05894A;
}
.TagClassName
{
border-color: #05894A;
}
</style>