Shades of Salem #05884F
Tints of Salem #05884F
RGB
CMYK
RGB Variations
Color information
#05884F (or 0x05884F) is known color: Salem. HEX triplet: 05, 88 and 4F. RGB value is (5,136,79). Sum of RGB (Red+Green+Blue) = 5+136+79=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #05884F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05884F is #FA77B0. Grayscale: #5A5A5A. Windows color (decimal): -16414641 or 5212165. OLE color: 5212165.
HSL color Cylindrical-coordinate representation of color #05884F: hue angle of 153.89º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05884F is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 5 | 136 | 79 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.47 |
| HSL | 153.89º | 0.93% | 0.28% | - |
| HSV(B) | 153.89º | 0.96% | 0.53% | - |
| XYZ | 10.28 | 18.21 | 10.37 | - |
| YUV | 90.33 | 121.6 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 136 | 79 | 0.96 | 0 | 0.42 | 0.47 | 153.89 | 0.93 | 0.28 |
| Hex | 5 | 88 | 4F | 60 | 0 | 2A | 2F | 9A | 5D | 1C |
| Octal | 5 | 210 | 117 | 140 | 0 | 52 | 57 | 232 | 135 | 34 |
| Binary | 101 | 10001000 | 1001111 | 1100000 | 0 | 101010 | 101111 | 10011010 | 1011101 | 11100 |
Color Harmonies of #05884F
Complementary color
Monochromatic Colors of #05884F
Black with #05884F
Text Example
Text Example
White with #05884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05884F; }
p { color: rgb(5,136,79); }
H1.HeaderClassName
{
color: #05884F;
}
.AnyTagClassName
{
color: #05884F;
}
</style>
background-color css
<style>
a { background-color: #05884F; }
a { background-color: rgb(5,136,79); }
div.DivClassName
{
background-color: #05884F;
}
.BgClassName
{
background-color: #05884F;
}
</style>
border-color css
<style>
span { border-color: #05884F; }
span { border-color: rgb(5,136,79); }
td.TdClassName
{
border-color: #05884F;
}
.TagClassName
{
border-color: #05884F;
}
</style>