Shades of Salem #117551
Tints of Salem #117551
RGB
CMYK
RGB Variations
Color information
#117551 (or 0x117551) is known color: Salem. HEX triplet: 11, 75 and 51. RGB value is (17,117,81). Sum of RGB (Red+Green+Blue) = 17+117+81=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #117551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117551 is #EE8AAE. Grayscale: #535353. Windows color (decimal): -15633071 or 5338385. OLE color: 5338385.
HSL color Cylindrical-coordinate representation of color #117551: hue angle of 158.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117551 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 117 | 81 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.54 |
| HSL | 158.4º | 0.75% | 0.26% | - |
| HSV(B) | 158.4º | 0.85% | 0.46% | - |
| XYZ | 8.08 | 13.44 | 9.95 | - |
| YUV | 83 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 81 | 0.85 | 0 | 0.31 | 0.54 | 158.4 | 0.75 | 0.26 |
| Hex | 11 | 75 | 51 | 55 | 0 | 1F | 36 | 9E | 4B | 1A |
| Octal | 21 | 165 | 121 | 125 | 0 | 37 | 66 | 236 | 113 | 32 |
| Binary | 10001 | 1110101 | 1010001 | 1010101 | 0 | 11111 | 110110 | 10011110 | 1001011 | 11010 |
Color Harmonies of #117551
Complementary color
Monochromatic Colors of #117551
Black with #117551
Text Example
Text Example
White with #117551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117551; }
p { color: rgb(17,117,81); }
H1.HeaderClassName
{
color: #117551;
}
.AnyTagClassName
{
color: #117551;
}
</style>
background-color css
<style>
a { background-color: #117551; }
a { background-color: rgb(17,117,81); }
div.DivClassName
{
background-color: #117551;
}
.BgClassName
{
background-color: #117551;
}
</style>
border-color css
<style>
span { border-color: #117551; }
span { border-color: rgb(17,117,81); }
td.TdClassName
{
border-color: #117551;
}
.TagClassName
{
border-color: #117551;
}
</style>