Shades of Salem #05894C
Tints of Salem #05894C
RGB
CMYK
RGB Variations
Color information
#05894C (or 0x05894C) is known color: Salem. HEX triplet: 05, 89 and 4C. RGB value is (5,137,76). Sum of RGB (Red+Green+Blue) = 5+137+76=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #05894C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05894C is #FA76B3. Grayscale: #5A5A5A. Windows color (decimal): -16414388 or 5015813. OLE color: 5015813.
HSL color Cylindrical-coordinate representation of color #05894C: hue angle of 152.27º 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 #05894C is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 5 | 137 | 76 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.46 |
| HSL | 152.27º | 0.93% | 0.28% | - |
| HSV(B) | 152.27º | 0.96% | 0.54% | - |
| XYZ | 10.31 | 18.45 | 9.85 | - |
| YUV | 90.58 | 119.77 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 137 | 76 | 0.96 | 0 | 0.45 | 0.46 | 152.27 | 0.93 | 0.28 |
| Hex | 5 | 89 | 4C | 60 | 0 | 2D | 2E | 98 | 5D | 1C |
| Octal | 5 | 211 | 114 | 140 | 0 | 55 | 56 | 230 | 135 | 34 |
| Binary | 101 | 10001001 | 1001100 | 1100000 | 0 | 101101 | 101110 | 10011000 | 1011101 | 11100 |
Color Harmonies of #05894C
Complementary color
Monochromatic Colors of #05894C
Black with #05894C
Text Example
Text Example
White with #05894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05894C; }
p { color: rgb(5,137,76); }
H1.HeaderClassName
{
color: #05894C;
}
.AnyTagClassName
{
color: #05894C;
}
</style>
background-color css
<style>
a { background-color: #05894C; }
a { background-color: rgb(5,137,76); }
div.DivClassName
{
background-color: #05894C;
}
.BgClassName
{
background-color: #05894C;
}
</style>
border-color css
<style>
span { border-color: #05894C; }
span { border-color: rgb(5,137,76); }
td.TdClassName
{
border-color: #05894C;
}
.TagClassName
{
border-color: #05894C;
}
</style>